POST
/
api
/
v1
/
auth
/
register
Registers a user.
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.

Body

application/json

RegistrationRequest

Request body for the /auth/register endpoint

Response

200

Success Response