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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User signed in successfully