Create Developer App Access Key
POST/developer-apps/:address/access-keys
Create a new bearer token (API access key) for a developer app. Indexer validates grants.
Request
Path Parameters
address stringrequired
Developer app address (API Key)
Query Parameters
user_id stringrequired
The user ID of the user who owns the developer app
Responses
- 200
- 401
- 404
- 500
Access key created successfully
- application/json
- Schema
- Example (from schema)
Schema
api_access_key stringrequired
The newly created bearer token (API access key)
{
"api_access_key": "string"
}
Unauthorized
Developer app not found
Server error
Loading...