API keys
Read an API key
Reads an API key by ID.
get/api_key/{id}
Path parameters
idinteger required
The unique identifier for the API key.
Response
The operation was successful.
Example response
{
"id": 1234,
"name": "CI/CD Main",
"masked_api_key": "AAAA.xxxxxxxxxxxxxxxxxxxxxPTs=",
"tags": [
{
"key": "CI",
"value": "main"
}
],
"grants": [
{
"nrn": "organization=1:account=1:namespace=1:application=4",
"role_id": 1855672260,
"role_slug": "machine:ci"
}
],
"owner_id": 1595,
"last_used_at": "2021-01-02T00:00:00Z",
"created_at": "2021-01-02T00:00:00Z",
"updated_at": "2021-01-02T00:00:00Z"
}