Transfers
Orgs the caller belongs to (for the transfer target dropdown)
Command line
The orl CLI wraps this endpoint:
orl transfers target-org listAuthorization
apiKey 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" }]