Last updated 1 year ago
Was this helpful?
/v1/api-keys/webhook/subscribe
Default if null: print.failed, print.completed
curl -L \ --request POST \ --url '/v1/api-keys/webhook/subscribe' \ --header 'api-key: text' \ --header 'Content-Type: application/json' \ --data '{ "url": "text", "events": [ "print.failed", "print.completed" ] }'
{ "webhookId": "text" }
/v1/api-keys/webhook/unsubscribe/{apiWebhookId}
curl -L \ --request DELETE \ --url '/v1/api-keys/webhook/unsubscribe/{apiWebhookId}' \ --header 'api-key: text'
No body