cURL
curl --request POST \ --url https://api-sandbox.orum.io/webhooks/secret \ --header 'Authorization: Bearer <token>' \ --header 'Orum-Version: <orum-version>'
{ "enterprise_keypair": { "id": "<string>", "enterprise_name": "<string>", "public_key": "<string>", "created_at": "<string>", "updated_at": "<string>" } }
The access token received from the authorization server in the OAuth 2.0 flow.
Version of Deliver and Verify APIs. Use v2022-09-21.
v2022-09-21
200 response.
Show child attributes
RSA-2048 public key.
Timestamp when the resource was created.
Timestamp when the resource was last updated.
Was this page helpful?