Skip to main content
GET
/
companies
/
{id}
/
related-persons
List related persons
curl --request GET \
  --url https://api.rnbi.magent.finance/companies/{id}/related-persons/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Reap-Version: <reap-version>'
{
  "items": [
    {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "fullName": "<string>",
      "email": "jsmith@example.com",
      "status": "NOT_STARTED",
      "createdAt": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

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

Path Parameters

id
string<uuid>
required

Company identifier

Response

List of related persons

items
object[]
required

Related persons