Skip to main content
GET
/
encryption-keys
/
{id}
Get encryption key
curl --request GET \
  --url https://management-api.fpjs.io/encryption-keys/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-API-Version: <x-api-version>'
{
  "data": {
    "id": "tok_No3jUysGLCDuqB3RnCVf1weo",
    "name": "My Encryption Key",
    "status": "enabled",
    "environment": "ae_rrETjdWcfqI6AFsk",
    "created_at": "2024-05-31T01:24:39.506Z",
    "last_activated_at": "2024-05-31T01:24:39.506Z",
    "last_rotated_at": "2024-05-31T01:24:39.506Z",
    "description": "Description for my encryption key",
    "previous_token": "eWDrrpGGLjDQW0LBA0Wj",
    "token": "eWDrrpGGLjDQW0LBA0Wj",
    "next_token": "eWDrrpGGLjDQW0LBA0Wj",
    "last_deactivated_at": null
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Version
string
required

Management API version.

Path Parameters

id
string
required

Response

Encryption key object.

data
object
required