Skip to content

Set the inbound verification secret

PUT
/v1/endpoints/{id}/secret

Authorizations

apiKey

Scoped API key. Scopes are readwriteadmin. A call needing more scope than the key holds returns 403 insufficient_scope.

Type
HTTP (bearer)

Parameters

Path Parameters

id*
Type
string
Required

Request Body

application/json
JSON
{
  
"secret": "shpss_…"
}

Responses

Stored.

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Apache-2.0 licensed · a Finnoto product