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

Download Open API Spec

POST /account2

This service completes the email validation process for setting up a new account. The client must provide the validation token which was sent by email. The request will be rejected if the validation token is missing or invalid or if the requested user name is not available. After successful account creation the user is logged in and an access token returned to the client.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/account2

Resource Information
Authentication not required
HTTP Method POST
Request Object AccountSetupInfo
(application/json)
Response Object LoginResponse
(application/json)