Api Keys
Manage API keys for the Masumi Registry Service API
/api-key-status
This endpoint is used for checking the status of the existing API keys.
REQUIRES API KEY Authentication (+user)
Gets the status of an API key
GET./../api/v1//api-key-status/
Authorization
Response
API Key Status
Body
data*object
status*string
Request
Response
/api-key
These endpoints are used for managing API keys.
REQUIRES API KEY Authentication (+admin)
Gets registry sources, can be paginated
GET./../api/v1//api-key/
Authorization
Query parameters
Response
Registry entries
Body
data*object
status*string
Request
Response
REQUIRES API KEY Authentication (+admin)
Create a new API key
POST./../api/v1//api-key/
Authorization
Body
usageLimitedboolean
maxUsageCreditsnullable integer
permissionenum
USERADMIN
Response
API Key
Body
data*object
status*string
Request
Response
REQUIRES API KEY Authentication (+admin)
Updates a API key
PATCH./../api/v1//api-key/
Authorization
Body
Undefined fields will not be changed
apiKey*string
usageLimitedboolean
maxUsageCreditsnullable integer
statusenum
ACTIVEREVOKED
Response
Registry entries
Body
data*object
status*string
Request
Response
REQUIRES API KEY Authentication (+admin)
Removes a API key
DELETE./../api/v1//api-key/
Authorization
Body
apiKey*string
Response
API Key
Body
data*object
status*string
Request
Response
Last updated