> GET api/BatchProfiles/List
RESTful Api!
> Multiple authentication types: ApiKey & OAuth
var tokenClient = new TokenClient(disco.TokenEndpoint, _config.EndPoint, _config.ApiKey);
> OpenAPI 3.0 Compatible
The OpenAPI Specification (OAS) defines a standard, language-agnostic interface to RESTful APIs.