Get list of organizations to switch for contact

GET /api-v1/organization/switch/{id}

Headers

Path parameters

  • id integer Required

    id

Responses

GET /api-v1/organization/switch/{id}
curl \
 -X GET http://wyzio.app/api-v1/organization/switch/{id} \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  {}
]