Authentication
Auth
This API endpoint is used to authenticate client and obtain access tokens. By providing the necessary credentials, typically in the request body, clients can initiate a sign-in process. Successful authentication will result in the issuance of an access token, which can be used for subsequent API calls.
POST
Body
application/json
Response
200
application/json
User signed in successfully