curl --request POST \ --url https://api.carbon.ai/add_webhook \ --header 'Content-Type: application/json' \ --header 'authorization: <api-key>' \ --data '{ "url": "<string>" }'
{ "id": 123, "organization_id": 123, "url": "<string>", "signing_key": "<string>", "status": "ACTIVE", "status_reason": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" }
Bearer <token>, corresponds to API keys.
Bearer <token>
ACTIVE
FLAGGED