Authentication
The Relayer uses API keys for authentication. Include your API key in theAuthorization header of every request.
API Key Format
Include your API key in theAuthorization header using the following format:
Getting an API Key
To get an API key:- Contact your Relayer administrator
- Provide your use case and requirements
- Receive your API key (store it securely!)
Using Your API Key
Include the API key in all requests:Security Best Practices
Never commit API keys to version control or share them publicly.
- Use environment variables to store API keys
- Rotate keys regularly
- Don’t share API keys in public forums or support tickets
- Use different keys for development and production environments
API Key Scopes
Different API keys have different scopes and permissions:- Admin Keys: Full access to all endpoints
- Internal Keys: Access to internal endpoints
- Integrator Keys: Access to integrator-specific endpoints
- Client Keys: Limited access for specific integrators
