ApiAccessManagement
Authorizations
AuthorizationstringRequired
Enter your bearer token in the format Bearer <token>
Query parameters
PageNumberinteger · int32Optional
Current page number. Default value is 1.
PageSizeinteger · int32Optional
Maximum page size is 200. Default page size is 30.
environmentIdinteger · int64Optional
Optional environment id to filter by
Responses
200
OK
application/json
404
Environment not found
application/problem+json
get
/api/v1/api-management/access/api-keysAuthorizations
AuthorizationstringRequired
Enter your bearer token in the format Bearer <token>
Body
namestring · nullableOptional
Name of the API key
environmentIdinteger · int64Optional
Identifier of the Environment of the API key
Responses
201
API key created
application/json
400
Bad Request
application/problem+json
post
/api/v1/api-management/access/api-keysAuthorizations
AuthorizationstringRequired
Enter your bearer token in the format Bearer <token>
Path parameters
idinteger · int64Required
API key identifier
Body
namestring · nullableOptional
Name of the API key
Responses
204
API key updated
404
API key not found
application/problem+json
put
/api/v1/api-management/access/api-keys/{id}No content
Authorizations
AuthorizationstringRequired
Enter your bearer token in the format Bearer <token>
Path parameters
idinteger · int64Required
API key identifier
Responses
204
API key deleted
404
API key not found
application/problem+json
delete
/api/v1/api-management/access/api-keys/{id}No content
Authorizations
AuthorizationstringRequired
Enter your bearer token in the format Bearer <token>
Path parameters
namestringRequired
API key name (case-insensitive)
Responses
200
OK
application/json
404
API key not found
application/problem+json
get
/api/v1/api-management/access/api-keys/name/{name}Last updated
Was this helpful?

