While I was developing my app, I used a sandbox API key. Now that I completed development, I switched to the production API.
The responses I'm getting back from the API all have an empty data
value:
This is true for all endpoints that require authentication. The account/create and account/login endpoints work just fine.
Things I checked so far:
- That correct base url and API token are used
- That the userId and password I'm using are generated by the production API
Is there something else I need to do on my part?
Is there, perhaps, a difference in the API itself, between the sandbox and production environment?
[![enter image description here][2]][2]