Overview
Create a new API key for integrations; the plaintext key is returned once in the response.POST /api/v1/api-keys
Purpose: create a new API key. The plaintext key is returned only once. Body:purpose values: zapier, n8n, google sheets, custom.
Example request:
Response
Status:201 Created
Example response:
key: plaintext key (store securely; it will not be returned again).
400invalid request.401unauthorized.500internal error.