Skip to main content
GET
/
resources
/
corporation-types
/
{corp_type_id}
Get a specific corporation type
curl --request GET \
  --url https://api.mycreditapp.ai/v1-beta/resources/corporation-types/{corp_type_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "country_code": "<string>",
  "corporation_type": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

corp_type_id
string<uuid>
required

Unique identifier for the corporation type entry

Examples:

"de175027-612d-4103-a503-59ef0fe2849b"

"cc98bfcc-273d-4354-86ae-3b11b3bf42a1"

Response

Successful Response

id
string<uuid>
required

Unique identifier for the corporation type entry

Examples:

"de175027-612d-4103-a503-59ef0fe2849b"

"cc98bfcc-273d-4354-86ae-3b11b3bf42a1"

country_code
string
required

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

Required string length: 2
Examples:

"BH"

"BD"

corporation_type
string
required

Official name of the corporation type in the specified country

Required string length: 1 - 255
Examples:

"Limited Partnership (LP)"

"Private Limited Company (Ltd./Ltd.)"