DOCUMENTATION

Get User Organizations List

Web App API Calls

This returns a list of the organizations the authenticated user is a part of.

API URL (GET)

https://app.retrieverdigitalsignage.com/api/user/get-organizations

Authorization Header

Bearer TOKEN_HERE

(Example: Bearer 1|Tazc1INPh1ftqDWpI9bJUbugyuVzkvwNZaipp4yK367322f6)

Other Headers

Accept: application/json

Body

None

Example call using CURL

curl -X GET 'https://app.retrieverdigitalsignage.com/api/user/get-organizations' \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer 1|Tazc1INPh1ftqDWpI9bJUbugyuVzkvwNZaipp4yK367322f6'