Contacts/me Returns null
Hi!
Using some of the sample code from the GitHub repo I've created a few custom PHP pages for events on a third party site. I'm trying to make the registration functionality work.
The problem that I'm running into is the Contacts/me API call returns null even with a user logged in. I'm using the format:
{baseAPIaddress}/{version}/Accounts/{accountID}/Contacts/me
I am able to run Contact/{ContactID} and get the relevant data back. Do anyone know what might cause this?
Thanks, Jason.
The problem was solved.
Note that API key isn’t connected with any contact. So contacts/me will return null if you are not authenticated by login/password.
-
Hi, Jason!
If you could send on mobile.crew@wildapricot.com your full request and a PHP code that sends a request, we'll try to help you.