cURL
curl --request POST \ --url https://sdp.suki-stage.com/api/v1/auth/register \ --header 'Content-Type: application/json' \ --data '{ "partner_id": "<string>", "partner_token": "<string>", "provider_id": "<string>", "provider_name": "<string>", "provider_org_id": "<string>", "provider_specialty": "CARDIOLOGY" }'
This response does not have an example.
Registers a new user to the SDP database.
RegistrationRequest
Request body for the /auth/register endpoint
Success Response