v2

latestSwagger 2.02026-08-0610101.9 MB
API keys

Get API key

Returns the API key without api-key-secret.

get/v0/api-keys/{api-key-id}

Path parameters

api-key-idstring required

Response

OK

api-key-namestring required

The immutable display name for the API key

api-key-live?boolean required
organization-urlstring required

Link to the organization.

user-urlstring required

Link to the user.

created-atstring date-time required

ISO 8601 formatted date-time.

Example response

{
  "api-key-name": "buildserver",
  "organization-url": "/v0/organizations/og.IG9yZ2FuaXphdGlvbi1pZA",
  "user-url": "/v0/users/ur.ICAgICAgICAgdXNlci1pZA"
}