Skip to main content
POST
Create company

Authorizations

Authorization
string
header
required

API key as Bearer token

Headers

Reap-Version
enum<string>
required

API version (YYYY-MM-DD)

Available options:
2025-02-14
Example:

"2025-02-14"

Idempotency-Key
string

Unique key for safely retrying this request. Up to 255 characters; we recommend a UUIDv4. The first request executes and its response is cached; subsequent requests with the same key replay the cached response (24h retention).

Required string length: 1 - 255

Body

Request body for creating a new company

name
string
required

Legal company name (1-255 characters)

Required string length: 1 - 255
Example:

"Acme Corporation"

Response

Company resource

id
string<uuid>
required

Unique company identifier

name
string
required

Legal company name

Examples:

"Acme Corporation"

"TechStart Inc."

registrationNumber
string | null
required

Business registration number (populated from KYB)

Example:

"12345678"

country
string | null
required

ISO 3166-1 alpha-2 country code

Required string length: 2
Example:

"US"

status
enum<string>
required

Company compliance status

Available options:
CREATED,
PENDING,
IN_REVIEW,
ACTIVE,
REJECTED,
RESTRICTED
Example:

"CREATED"

createdAt
string
required

ISO 8601 timestamp of creation

Example:

"2024-01-15T10:30:00Z"

updatedAt
string
required

ISO 8601 timestamp of last update

Example:

"2024-01-15T10:35:00Z"