List offices
This endpoint allows you to get a list of all offices of the given organization.
This endpoint requires
offices_r
or offices_rw
scope.get
https://www.welcomekit.co/api/v1/external/
offices
offices list
Request example
curl -X GET -G "https://www.welcomekit.co/api/v1/external/offices" \
-d "organization_reference=Pg4eV6k" \
-H "Authorization: Bearer WK_API_KEY"
Last modified 2yr ago