Revoking an API key immediately prevents it from being used for authentication. Any services using this key will no longer be able to access your Rewards App.
If Send Reward v2 is using this API key, it will stop working once the key is revoked, as the key becomes invalid.
Permanent Action. Once revoked, an API key cannot be reactivated. You will need to create a new API key if needed.
Configuration
Header Parameters
Client identifier (use
“developer-dashboard” )Bearer token for authenticationFormat:
Bearer {JWT_TOKEN}Path Parameters
Your Rewards App ID
The ID of the API key to revoke
Get this ID from the “List API Keys” endpoint
Response Fields
| Field | Type | Description |
|---|---|---|
success | boolean | Whether the revocation was successful |
message | string | Confirmation message |
Response Status Codes
| Code | Description |
|---|---|
200 | API key revoked successfully |
400 | Bad request - invalid UUID |
401 | Unauthorized - authentication required |
403 | Forbidden - developer does not own this app |
404 | API key not found or does not belong to this app |
500 | Internal server error |
Code Examples
What Happens After Revocation?
Before Revocation API Key Active
Key can be used for authentication
After Revocation API Key Revoked
Key can no longer authenticate