Skip to main content
POST
Create an API Key
Generate an API key for your Rewards App to authenticate server-side reward requests.
This key authorizes your backend to send rewards securely without exposing credentials to the client.
Store this key securely, it will not be displayed again after creation. Save it immediately in your environment variables or secrets manager.

Configuration

Header Parameters

string
required
Client identifier (use “developer-dashboard” )
string
required
Bearer token for authenticationFormat: Bearer {JWT_TOKEN}

Path Parameters

string
required
Your Rewards App ID.

Response Fields


Response Status Codes

This API key will only be shown once in the response. If you lose it, you’ll need to create a new key and revoke the old one.

Code Examples

Try It Out

Ready to create your first API key? Use our API playground on the right to test with your JWT token.

What’s Next?

Now that you’ve created an API key, your backend can authenticate securely with the ZBD Earn API.
In the next step, you’ll learn how to send rewards directly from your server using the v2 API endpoint.