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
Description
Data
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
Was this helpful?