Skip to main content
GET
/
resources
/
tax-id-names
Get the tax ID names
curl --request GET \
  --url https://api.mycreditapp.ai/v1-beta/resources/tax-id-names \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "country_code": "<string>",
    "tax_id_name": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication using a JWT token. Provide a valid access token. Authorization header format: Authorization: Bearer <token>.

Query Parameters

country_code
string | null
Required string length: 2

Response

Successful Response

id
string<uuid>
required

Unique identifier for the tax ID entry

Examples:

"b267d0d3-496f-4592-a1ae-59c9d279ca64"

"f815cb47-710d-4451-a6f5-65b5e83ad028"

country_code
string
required

Two-letter ISO 3166-1 alpha-2 country code where the registration number is issued

Required string length: 2
Examples:

"AF"

"AL"

tax_id_name
string
required

Official name of the tax identification number in the specified country

Required string length: 1 - 255
Examples:

"Tax identification number"

"VAT registration number"