cURL
curl --request GET \ --url https://management-api.fpjs.io/api-keys/{id} \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Version: <x-api-version>'
{ "data": { "id": "tok_No3jUysGLCDuqB3RnCVf1weo", "name": "My Public Key", "status": "enabled", "environment": "ae_rrETjdWcfqI6AFsk", "type": "public", "rateLimit": 5, "createdAt": "2024-05-31T01:24:39.506Z", "description": "Description for my public key", "token": "eWDrrpGGLjDQW0LBA0Wj", "disabledAt": null } }
Fetch an API key by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Management API version.
API key object.
Show child attributes
Was this page helpful?