List all licenses from a provider

Returns a list of all licenses previously attached to the specified provider.

Request
path Parameters
providerId
required
string <uuid>

The identifier describing the provider to list all licenses for.

Responses
200

Success

400

Bad Request

401

Unauthorized

500

Server Error

get/providers/{providerId}/licenses
Response samples
application/json
[
  • {
    }
]