Client authorization
The method is used to authorize the client in the system. The response returns an access token and a refresh token, which are required for further requests to the API.
curl -X 'POST' \
'https://api.client.nbcgate.tech/auth/sign-in' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-d '{
"email": "[email protected]",
"otp": "123456",
"password": "yourpassword"
}'Field
Type
Required
Description
Example
Field
Type
Description
Example Value
Response code
Description
Possible causes
Last updated