v1

latestOpenAPI 3.0.22026-07-1481521.0 KB
Secret Management

Retrieve one API Secret

get/accounts/{api_key}/secrets/{secret_id}

Path parameters

api_keystring required

The API key to manage secrets for

secret_idstring required

ID of the API Secret

Response

API secret response

created_atstring

Creation date/time for this secret

idstring

Secret ID

Example response

{
  "created_at": "2017-03-02T16:34:49Z",
  "id": "ad6dc56f-07b5-46e1-a527-85530e625800"
}