Skip to main content
GET
/
resources
/
registration-number-names
Get the company registration number names
curl --request GET \
  --url https://api.mycreditapp.ai/v1-beta/resources/registration-number-names \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "country_code": "<string>",
    "registration_number_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 company registration number entry

Examples:

"48098e51-7400-4a45-b1cb-5d9471ce95f6"

"e8a73862-d052-4f2e-9661-c3f8a34e61da"

country_code
string
required

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

Required string length: 2
Examples:

"AU"

"HR"

registration_number_name
string
required

Official name of the company registration number in the specified country

Required string length: 1 - 255
Examples:

"Australian Company Number (ACN)"

"OIB number"