Skip to content

Product documentation

SsfPoll

The SsfPoll resource.

SsfPoll

The SsfPoll resource.

Base URL: https://api.stg.thoryn.org

Operations

MethodPathSummaryScopes
POST/api/v1/ssf/poll/{receiverId}Ssf Poll Pollbearer, no extra scope

Operation details

POST /api/v1/ssf/poll/{receiverId}

Ssf Poll Poll

  • Operation ID: ssfPollPoll
  • Required scopes: bearer, no extra scope

Parameters:

NameInRequiredTypeDescription
receiverIdpathyesstring
Authorizationheadernostring

Request body: application/jsonSetPollRequest

Responses:

StatusDescriptionBody
200OKobject
401Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim.Problem (problem+json)
403Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path.Problem (problem+json)