API Keys
Create and manage API keys for authenticating with the YourSend API.
Overview
API keys are used to authenticate requests to the YourSend API. Each key is scoped to your organization and can be revoked at any time.
Create an API Key
- Go to Dashboard → API Keys
- Click Create Key
- Give it a descriptive name (e.g., "Production Backend")
- Copy the key — it will only be shown once
Warning:Store your API key securely. It cannot be retrieved after creation. If you lose it, you'll need to create a new one.
Permissions
API keys have full access to all API endpoints within your organization. Scoped permissions are coming in a future update.
Rotate Keys
To rotate an API key:
- Create a new API key
- Update your application to use the new key
- Revoke the old key from the dashboard