v1

latestOpenAPI 3.0.12026-07-142257126.4 KB
keys

Lists app keys

Lists the API keys associated with the application ID.

get/apps/{app_id}/keys

Path parameters

app_idstring required

The application ID.

Response

Key list

appIdstring

The Ably application ID which this key is associated with.

capabilityobject

The capabilities that this key has. More information on capabilities can be found in the <a href="https://ably.com/documentation/core-features/authentication#capabilities-explained">Ably documentation</a>.

createdinteger

Unix timestamp representing the date and time of creation of the key.

idstring

The key ID.

keystring

The complete API key including API secret.

modifiedinteger

Unix timestamp representing the date and time of the last modification of the key.

namestring

The name of the application this key is associated with.

Example response

[
  {
    "appId": "28GY6a",
    "created": 1602844091815,
    "modified": 1614679682091
  }
]