cURL
curl --request GET \ --url https://api.argil.ai/v1/webhooks \ --header 'x-api-key: <api-key>'
[ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "callbackUrl": "<string>", "events": [ "AVATAR_TRAINING_SUCCESS" ], "createAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "lastTriggeredAt": "2023-11-07T05:31:56Z" } ]
Retrieves all webhooks for the authenticated user.
API key to be included in the x-api-key header
An array of webhooks
List of events the webhook is subscribing to.
1
Show child attributes
Was this page helpful?