Skip to content

Product documentation

SsfReceiver

The SsfReceiver resource.

SsfReceiver

The SsfReceiver resource.

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

Operations

MethodPathSummaryScopes
GET/api/v1/ssf/receiversSsf Receiver Listtenant:compliance.read
POST/api/v1/ssf/receiversSsf Receiver Registertenant:compliance.write
GET/api/v1/ssf/receivers/{receiverId}Ssf Receiver Gettenant:compliance.read
PATCH/api/v1/ssf/receivers/{receiverId}Ssf Receiver Toggletenant:compliance.write
DELETE/api/v1/ssf/receivers/{receiverId}Ssf Receiver Removetenant:compliance.write

Operation details

GET /api/v1/ssf/receivers

Ssf Receiver List

  • Operation ID: ssfReceiverList
  • Required scopes: tenant:compliance.read

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)

POST /api/v1/ssf/receivers

Ssf Receiver Register

  • Operation ID: ssfReceiverRegister
  • Required scopes: tenant:compliance.write

Request body (required): application/jsonRegisterSsfReceiverRequest

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)

GET /api/v1/ssf/receivers/{receiverId}

Ssf Receiver Get

  • Operation ID: ssfReceiverGet
  • Required scopes: tenant:compliance.read

Parameters:

NameInRequiredTypeDescription
receiverIdpathyesstring

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)

PATCH /api/v1/ssf/receivers/{receiverId}

Ssf Receiver Toggle

  • Operation ID: ssfReceiverToggle
  • Required scopes: tenant:compliance.write

Parameters:

NameInRequiredTypeDescription
receiverIdpathyesstring

Request body (required): application/jsonToggleSsfReceiverRequest

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)

DELETE /api/v1/ssf/receivers/{receiverId}

Ssf Receiver Remove

  • Operation ID: ssfReceiverRemove
  • Required scopes: tenant:compliance.write

Parameters:

NameInRequiredTypeDescription
receiverIdpathyesstring

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)