Discovery
Endpoint
GET
/workspace/evo/identity/v1/discoveryRequest
cURL
curl -X GET 'https://{service_host}/workspace/evo/identity/v1/discovery' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
Response
No response body.
Endpoint
GET
/workspace/evo/identity/v2/discoveryRequest
cURL
curl -X GET 'https://{service_host}/workspace/evo/identity/v2/discovery' \
-H 'Authorization: Bearer <ACCESS_TOKEN>'
Response
{
"discovery": {
"hubs": [
{
"code": "string",
"display_name": "string",
"url": "string"
}
],
"organizations": [
{
"display_name": "string",
"id": "string"
}
],
"service_access": [
{
"hub_code": "string",
"org_id": "string",
"services": [
"string"
]
}
],
"services": [
{
"code": "string",
"display_name": "string"
}
]
}
}