curl --request GET \
--url https://api.sandbox.goteal.co/api-keys \
--header 'X-API-KEY: <api-key>'{
"api_keys": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Backend service key",
"createdAt": "2019-05-17T00:00:00.000Z",
"secret": null
}
]
}curl --request GET \
--url https://api.sandbox.goteal.co/api-keys \
--header 'X-API-KEY: <api-key>'{
"api_keys": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"name": "Backend service key",
"createdAt": "2019-05-17T00:00:00.000Z",
"secret": null
}
]
}OK
Show child attributes
Unique identifier for the API key
"550e8400-e29b-41d4-a716-446655440000"
Human-readable name for the API key
"Backend service key"
When the API key was created
"2019-05-17T00:00:00.000Z"
The API key secret. Only returned when creating a key, null for list operations.
null