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

Authorizations

Authorization
string
header
required

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

Response

Successful Response

id
string<uuid>
required

Unique identifier for the organization size category

Examples:

"6f0d84f7-e442-4ac0-8297-24e1fe6da692"

"421f13c9-b4d4-4bb8-91a6-1af1d7c3d15a"

name
string
required

Name or range representing the number of employees in the organization

Required string length: 1 - 100
Examples:

"51–200 employees"

"201–500 employees"