Account Status

The getAccount API method allows a customer to retrieve the current status of their account, including whether it's active or disabled.

Endpoint Details

DescriptionData

API Name

HTTP Method

GET

URL

/v1/account

Headers

KeyValue

Content-Type

application/json

x-api-key

API_KEY

Parameters

There are no parameters required for this request.

Examples

curl -X GET 'https://sandbox.api.labs.zelus.io/v1/account' \
     -H "x-api-key: YOUR_API_KEY"

Notes

  • The request to this endpoint does not require any specific parameters or form-data.

  • The response will indicate the current status of the customer's account, whether active or disabled. If an error occurs, an IResponseError object may be included in the response.

Last updated