Skip to main content
GET
List companies

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"

Query Parameters

limit
integer
default:20

Maximum number of items to return (1-100, default: 20)

Required range: x <= 100
Examples:

20

50

100

cursor
string

Opaque cursor for pagination. Pass nextCursor from previous response to get next page.

id
string<uuid>

Filter companies by exact ID match

status
enum<string>[]

Filter companies by status (comma-separated)

  • CREATED: Company created, verification not yet started
  • PENDING: Application created, verification form not yet submitted or related persons verification not yet completed
  • IN_REVIEW: Verification form submitted and all related persons verified, under review by Reap
  • ACTIVE: Company verified and operational
  • REJECTED: Company verification was rejected
  • RESTRICTED: Company was previously active and is now restricted
Available options:
CREATED,
PENDING,
IN_REVIEW,
ACTIVE,
REJECTED,
RESTRICTED

Response

Response for status 200

items
object[]
required
nextCursor
string | null
required

Cursor for next page, or null if no more items