Skip to content
OpenRelay is in early access, and the /v1 API is stable. New capabilities ship in the changelog.
Transfers

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

Command line

The orl CLI wraps this endpoint:

orl transfers target-org list
GET
/v1/transfers/target-orgs
AuthorizationBearer <token>

OpenRelay API key. Send it as Authorization: Bearer or_… (legacy vl_… keys still work).

In: header

Response Body

application/json

application/json

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