API allows users to log out of a system by sending a request to invalidate their current session and terminate authentication.
HTTP Method | Endpoint |
---|---|
post | https://api.itaxeasy.com/ |
Name | Type | Required | Description |
---|---|---|---|
x-apideck-consumer-id | String | Yes | The id of the customer stored inside Apideck Vault. This can be a user id, account id, device id or whatever entity that can have integration within your app |
curl --request POST
--url https://api.sandbox.co.in/
--header Accept: application/json
--header Content-Type: application/json
--header x-api-version: 1.0 --data