Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api-sandbox.z.inc/api/account/' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"phone_number": "91-6374573878",
"deleted": false,
"global_account_id": "",
"global_account_status": "INACTIVE",
"global_account_request_id": null,
"connect_account_id": "acct_NaMAQDd3N7ud803_OChkhg",
"created_at": "2024-07-25T07:23:43.924222",
"updated_at": "2024-07-25T07:23:44.135946",
"connected_account_status": "SUBMITTED",
"status": false,
"cards": [],
"card_holder_id": ""
}
Modified at 2024-07-27 16:02:26