get https://management-api.fpjs.io/api-keys
Lists all API keys for the workspace associated with the Management API key.
Responses
Lists all API keys for the workspace associated with the Management API key.
xxxxxxxxxx
curl --request GET \
--url 'https://management-api.fpjs.io/api-keys?limit=10' \
--header 'accept: application/json'
xxxxxxxxxx
22{
"data": [
{
"id": "tok_No3jUysGLCDuqB3RnCVf1weo",
"name": "My Public Key",
"description": "Description for my public key",
"status": "enabled",
"environment": "ae_rrETjdWcfqI6AFsk",
"type": "public",
"token": "eWDrrpGGLjDQW0LBA0Wj",
"rateLimit": 5,
"createdAt": "2024-05-31T01:24:39.506Z",
"disabledAt": null
}
],
"metadata": {
"pagination": {
"nextCursor": "eyJrZXlzIjpbImlkIl0sInZhbHVlcyI6WyJhZV9JRVdWQVhrQURyN3BiNFYzI",
"prevCursor": null
}
}
}