Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
UUID of the webhook template to use for processing
"488f4644-057d-41e7-9a74-72c040602647"
The URL where webhook notifications will be sent
"https://example.com/webhook/assignment-processing"
Optional secret key for webhook authentication (will be encrypted)
"my-secret-key-123"
Response
Webhook created successfully.
Unique identifier of the webhook
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
UUID of the webhook template used
"488f4644-057d-41e7-9a74-72c040602647"
The URL where webhook notifications are sent
"https://example.com/webhook/assignment-processing"
Current status of the webhook
enabled
, disabled
"enabled"
Timestamp when the webhook was created
"2024-01-15T10:30:00Z"
ID of the user who created the webhook
"user123"