Skip to main content
POST
/
api
/
authenticate
/
account-auth
generate customer portal account token
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>"
}
'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Authorization
string
required

The token obtained after the tenant logs in

trace-id
string
default:{{$string.uuid}}

Body

application/json
accountNumber
string
required

Response

200 - application/json

The response is of type object.