Skip to main content
POST
Generate incoming webhook trigger token

Authorizations

x-auth-apikey
string
header
required

Your Rhombus API key. Must be accompanied by the x-auth-scheme header set to api-token (or partner-api-token for partner endpoints).

Headers

x-auth-scheme
enum<string>
default:api-token
required

Authentication scheme identifier. Use api-token for standard API key authentication, partner-api-token for partner API key authentication. Must be paired with the x-auth-apikey header containing your API key.

Available options:
api-token,
api,
partner-api-token,
partner-api

Body

application/json

Request object for generating an incoming webhook trigger token.

displayName
string | null

Optional display name for the webhook token, shown in api token listings

Response

200 - application/json

OK

Response object for generating an incoming webhook trigger token.

error
boolean | null
errorMsg
string | null
warningMsg
string | null
webhookToken
string<RUUID> | null

base 64 (url-safe) uuid string

Example:

"AAAAAAAAAAAAAAAAAAAAAA"

webhookUrl
string | null

Full public URL that fires triggers referencing this token

Last modified on July 22, 2026