API Keys
Manage API keys for the Masumi Payment Service API
/api-key-status
This endpoint is used for checking the status of the existing API keys.
REQUIRES API KEY Authentication (+READ)
Gets api key status
API key status
/api-key
These endpoints are used for managing API keys.
REQUIRES API KEY Authentication (+admin)
Gets api key status
Api key status
REQUIRES API KEY Authentication (+admin)
Creates a API key
Whether the API key is usage limited. Meaning only allowed to use the specified credits or can freely spend
The credits allowed to be used by the API key. Only relevant if usageLimited is true.
The permission of the API key
API key deleted
REQUIRES API KEY Authentication (+admin)
Creates a API key
The id of the API key to update. Provide either id or apiKey
The API key to update. Provide either id or apiKey
The remaining credits allowed to be used by the API key. Only relevant if usageLimited is true.
The status of the API key
API key deleted
REQUIRES API KEY Authentication (+admin)
Removes a API key
The id of the API key to delete. Provide either id or apiKey
The API key to delete. Provide either id or apiKey
API key deleted
/rpc-api-keys
REQUIRES API KEY Authentication (+ADMIN)
Gets rpc api keys, currently only blockfrost is supported (internal)
Blockfrost keys
Last updated