POST
/
webhooks
/
secret
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>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Orum-Version
enum<string>
required

Version of Deliver API. Use v2022-09-21.

Available options:
v2022-09-21

Response

200 - application/json
200 response.
enterprise_keypair
object