Skip to main content
GET
/
clients
/
{clientId}
curl --location --request GET 'https://api.fonder.com/clients/b5dca3ca-cde3-47da-8f70-ba0183006c72' \
--header 'Authorization: Bearer YOUR_TOKEN'
{
  "id": "b5dca3ca-cde3-47da-8f70-ba0183006c72",
  "name": "LLORENTE MARIA ANGELICA",
  "vatNumber": "27062787932",
  "type": "CLIENT",
  "taxRetentionPercentage": 23.5
}

Path Parameters

clientId
string
required
Client ID (UUID format)

Response

id
string
Unique client identifier (UUID)
name
string
Client’s name
vatNumber
string
Client’s VAT number
type
string
Client type (CLIENT or PROVIDER)
taxRetentionPercentage
number
Tax retention percentage
curl --location --request GET 'https://api.fonder.com/clients/b5dca3ca-cde3-47da-8f70-ba0183006c72' \
--header 'Authorization: Bearer YOUR_TOKEN'
{
  "id": "b5dca3ca-cde3-47da-8f70-ba0183006c72",
  "name": "LLORENTE MARIA ANGELICA",
  "vatNumber": "27062787932",
  "type": "CLIENT",
  "taxRetentionPercentage": 23.5
}