Transfers
Orgs the caller belongs to (for the transfer target dropdown)
Authorization
apiKey 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"
}