🔑 Sandbox Credentials
Sandbox Authentication
To access the sandbox environment and make API calls, you’ll need to authenticate using your credentials. Here’s how to get started:
Authentication Flow
Required Credentials
Before making any API calls, you’ll need the following credentials:
- Username
- Password
- Slug (your organization identifier)
Getting an Authentication Token
To get an authentication token, make a POST request to the authentication endpoint:
Request Parameters
Example Response
Using the Token
Once you have received the token, include it in the Authorization header of all subsequent API requests:
Token Expiration
The authentication token expires after a certain period (typically 1 hour). When the token expires, you’ll need to make a new authentication request to get a fresh token.
Error Responses
If the authentication fails, you’ll receive an error response:
Common error scenarios:
- Invalid username or password
- Invalid organization slug
- Missing required fields
- Malformed request
Best Practices
- Secure Storage: Never store credentials in plain text or commit them to version control
- Token Management: Implement proper token storage and refresh mechanisms
- Error Handling: Always handle authentication errors gracefully
- Environment Variables: Use environment variables for sensitive information
Example Implementation
Here’s a complete example using JavaScript:
Need Help?
If you encounter any issues with authentication or need help with your credentials, please contact our support team.