Get a list of services.
If the access token can only view or modify clients underneath a service, but does not have access to view that service directly, a limited view of the service will be returned. Otherwise, all properties of the service are returned.
If the access token is an administrative token, this returns a list of all services on the Authlete instance. Otherwise, all services that the access token can view, even in a limited fashion, are returned.
Authenticate every request with a Service Access Token or Organization Token.
Set the token value in the Authorization: Bearer <token> header.
Service Access Token: Scoped to a single service. Use when automating service-level configuration or runtime flows.
Organization Token: Scoped to the organization; inherits permissions across services. Use for org-wide automation or when managing multiple services programmatically.
Both token types are issued by the Authlete console or provisioning APIs.
Start index (inclusive) of the result set. The default value is 0. Must not be a negative number.
End index (exclusive) of the result set. The default value is 5. Must not be a negative number.
Start index (inclusive) of the result set. The default value is 0. Must not be a negative number.
Start index (inclusive) of the result set. The default value is 0. Must not be a negative number.
Total number of services owned by the service owner. This doesn't mean the number of services contained in the response.
An array of services.