1. Set your API base URL
Use your hosted environment URL (not localhost for customer integrations).2. Obtain a bearer token
3. Verify authentication
200 with a valid auth response payload.
4. Make your first resource request
200 with a contacts list payload.
5. Handle common errors quickly
401 Unauthorized: missing/expired/invalid bearer token.403 Forbidden: authenticated but role lacks access.400 Bad Request: invalid request payload/parameters.
Next steps
- Review Authentication.
- Use API guides for workflow examples.
- Use API reference for exact endpoint contracts.