API Keys
Check API Key
Check the validity of current use api key
GET/v1/api-keys/check
Header parameters
Response
Body
email*string
namestring
Request
Response
Create Endpoint Webhook
Add webhook endpoint to an API key
POST/v1/api-keys/webhook/subscribe
Header parameters
Body
url*string
eventsarray of enum
Default if null: print.failed, print.completed
Response
Body
webhookId*string
Request
Response
Remove Webhook
Remove webhook endpoint from an API key
DELETE/v1/api-keys/webhook/unsubscribe/{apiWebhookId}
Path parameters
apiWebhookId*string
Header parameters
Response
Request
Get Webhook
Get webhook from its ID
GET/v1/api-keys/webhook/{apiKeyWebhookId}
Path parameters
apiKeyWebhookId*string
Header parameters
Response
Request
Last updated
Was this helpful?