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 \
 --request GET 'https://wyzio.app/api-v1/organization/switch/{id}' \
 --header "TARGET-ORGANIZATION-ID: 42" \
 --header "WEAL-TOKEN: string"
Response examples (200)
[
  {}
]