cURL
curl --request POST \ --url https://sdp.suki-stage.com/api/v1/auth/login \ --header 'Content-Type: application/json' \ --data '{ "partner_id": "<string>", "partner_token": "<string>", "provider_id": "<string>" }'
{ "suki_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c" }
Authenticates a user and returns a suki token which can be used to access other APIs.
AuthenticationRequest
Request body for the /auth/login endpoint
Success Response
Response received after authenticating user