Mint an additional API key

Body
application/json
  • name
    Type: string
    max length:  
    100
Responses
  • application/json
  • application/problem+json
Request Example for post/v1/keys
curl https://ffforms.com/v1/keys \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --data '{
  "name": ""
}'
{
  "id": "string",
  "name": "string",
  "keyPrefix": "string",
  "createdAt": "string",
  "lastUsedAt": null,
  "revokedAt": null,
  "secret": "string"
}