post https://management-api.fpjs.io/api-keys
Creates an API key for the workspace associated with the Management API key. Maximum number of API keys in defined by your plan limits. If you need additional API keys, contact our support team.
Responses
Creates an API key for the workspace associated with the Management API key. Maximum number of API keys in defined by your plan limits. If you need additional API keys, contact our support team.
xxxxxxxxxx
curl --request POST \
--url https://management-api.fpjs.io/api-keys \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"type":"public"}'
xxxxxxxxxx
14{
"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
}
}