The Open API specification for Synapse is now available for download!

Download Open API Spec

POST /verificationSubmission/{id}/state

Update the state of a verification submission. The allowed transitions are:

  • Submitted -> Approved
  • Submitted -> Rejected
  • Approved -> Suspended
Notification is sent to the user who requested verification. After approval or rejection the files attached to the submission will not be available.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/verificationSubmission/{id}/state

Resource URL Variables
{id} the ID of the verification submission
Parameters
notificationUnsubscribeEndpoint

optional

the portal prefix for one-click email unsubscription
Resource Information
Authentication Required
Required OAuth Scopes modify
HTTP Method POST
Request Object VerificationState
(application/json)
Response Object None