Skip to main content
GET
/
v1
/
deposits
/
integrations
/
tds
/
branches
List TDS branches
curl --request GET \
  --url https://api.yorlet.com/v1/deposits/integrations/tds/branches \
  --header 'Authorization: <api-key>'
{
  "count": 1,
  "has_more": false,
  "object": "list",
  "data": [
    {
      "branch_id": "<string>",
      "name": "<string>",
      "status": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key authentication. Use "Bearer YOUR_API_KEY".

Response

200 - application/json

A list of TDS branches associated with the connected account.

count
number
required

Total number of items in the list.

Example:

1

has_more
boolean
required

Whether more items are available.

Example:

false

object
enum<string>
required
Available options:
list
data
object[]
required