Skip to main content
POST
/
api
/
auth
/
api-keys
Create a new API key
curl --request POST \
  --url http://localhost:3000/api/auth/api-keys \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Body

application/json

The body is of type object.

Response

API key created successfully

The response is of type object.