Get Org Paths For OrgId

Pass in org id in path variable and receive a list of allowed org paths

Request
Security:
vc-security
path Parameters
orgId
required
string
Responses
200

OK

502

Bad Gateway. The server acting as a gateway or intermediary is having problems communicating with another server to complete the user's request.

get/org-service/v1/org/allowedOrg/{orgId}
Request samples
curl -i -X GET \
  'http://localhost:8092/org-service/v1/org/allowedOrg/{orgId}' \
  -H 'x-auth-token: YOUR_API_KEY_HERE'
Response samples
application/json
[
  • "string"
]