get https://api.talkdeskapp.com/account/wallets/
Scope
account-wallets:read
Body Response - Schema
200 (account wallet)
| Parameter | Type | Description | Required |
|---|---|---|---|
| name | string | Wallet name >= 1 characters; <= 255 characters | yes |
| product_name | string | Wallet's product name >= 1 characters <= 255 characters | yes |
| balance | number | Wallet balance in credits. Credits represent x10000 the real currency value. | yes |
| account_id | string | Talkdesk account ID | yes |
| created_at | string | wallet creation datetime | yes |
| updated_at | string | wallet update datetime | no |
| _links | object | "_links" subdivides into: 1 - "self" (object), required, which subdivides into "href" (string), required. Link to the current location of the resource. 1.1 - "href" (object), required, which subdivides into "href" (string), required. The hypertext reference describing this link. | yes |
401 (unauthorized), 403 (forbidden), 404 (account wallet not found)
| Parameter | Type | Description | Required |
|---|---|---|---|
| code | string | n/a | yes |
| message | string | n/a | yes |
| description | string | n/a | no |
| fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have any questions regarding the usage of this API, or if you’re having any technical issues, please open a ticket using this form.