Transfers

Orgs the caller belongs to (for the transfer target dropdown)

GET
/v1/transfers/target-orgs
AuthorizationBearer <token>

OpenRelay API key. Send it as Authorization: Bearer vl_….

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/transfers/target-orgs"
[
  {
    "id": "string",
    "name": "string",
    "slug": "string"
  }
]
{
  "error": "string",
  "code": "string"
}