HMAC-auth credentials
List all HMAC-auth credentials associated with a Consumer
List all HMAC-auth credentials associated with a Consumer
get/v2/control-planes/{controlPlaneId}/core-entities/consumers/{ConsumerIdForNestedEntities}/hmac-auth
Path parameters
ConsumerIdForNestedEntitiesstring required
Consumer ID for nested entities
Query parameters
sizeinteger
Number of resources to be returned.
offsetstring
Offset from which to return the next set of resources. Use the value of the 'offset' field from the response of a list operation as input here to paginate through all the resources
tagsstring
A list of tags to filter the list of resources on. Multiple tags can be concatenated using ',' to mean AND or using '/' to mean OR.
Response
A successful response listing HMAC-auth credentials
Example response
{
"data": [
{
"consumer": {
"id": "84a73fb8-50fc-44a7-a4d5-aa17728ee83f"
},
"id": "75695322-e8a0-4109-aed4-5416b0308d85",
"secret": "wQazJ304DW5huJklHgUfjfiSyCyTAEDZ",
"username": "xerxes"
}
]
}