Get org by name

Pass in org name in path variable and receive a org response

Request
Security:
vc-security
Request Body schema: application/json
name
string
Responses
200

OK

400

Bad Request. The request parameters (or body) were malformed or invalid. Fix the issues with the request and try again.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

post/org-service/v1/org/name
Request samples
application/json
{
  • "name": "string"
}
Response samples
application/json
[
  • {
    }
]