Skip to main content

createApiKey

createApiKey

Request Body REQUIRED
name string
Responses
201
Schema OPTIONAL
apiKey object
createdAt date-time
id string
name string
updatedAt date-time
secret string
createApiKey
POST /api-key
Body
Loading...
/api
curl -L -X POST '/api/api-key' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'