cURL
curl --request POST \ --url https://partner-api.getoliver.com/services/user/v1/auth/sign-in \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "username": "<string>", "password": "<string>", "role": "<string>" } '
{ "success": true, "data": { "token": "<string>" }, "message": "<string>" }
Authenticate with the API
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Sign in credentials. You may obtain your partner authentication credentials from [email protected]
Always set to ROLE_API
ROLE_API
Sign in response
Show child attributes
JWT Bearer token