Your API key is the same for both environments.
User accounts, and therefore tokens, are specific to each environment: a user account created in production does not exist in staging, and vice versa.
The interactive playground on each endpoint page lets you pick the environment.
Conventions
- Requests and responses are JSON. Send
Content-Type: application/jsonwith a request body. - Fields without a value are left out of responses rather than returned as
null. Arrays are always returned, even when empty. - Dates are returned as ISO 8601 strings.

