get https://api.snappy.com/public-api/v2/authentication/apiKeys
Get all API keys for a specific company. The API keys are used to authenticate the company's requests to the Snappy API.
Log in to see full request history
Responses
Get all API keys for a specific company. The API keys are used to authenticate the company's requests to the Snappy API.
xxxxxxxxxx
curl --request GET \
--url https://api.snappy.com/public-api/v2/authentication/apiKeys \
--header 'accept: application/json'
xxxxxxxxxx
11{
"results": [
{
"id": "abc123456",
"expirationDate": "2022-12-06T09:50:38.536Z",
"createdAt": "2022-12-06T09:50:38.536Z",
"enforceMtls": false,
"name": "My API"
}
]
}