cURL
curl --request POST \ --url https://sbx.api.easybilling.cloud/billing/api/authenticate/account-auth \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "accountNumber": "<string>" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The token obtained after the tenant logs in
The response is of type object.
object