simpla.fydocs

Api Keys Controller_create

POST
/api-keys
AuthorizationBearer <token>

In: header

Request Body

application/json

Create an API key to authenticate to all endpoints

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api-keys" \  -H "Content-Type: application/json" \  -d '{    "email": "[email protected]"  }'
Empty