Trigger license verifications

By executing this endpoint a license verifications is scheduled and executed for specified licenses for the provider.

Request
path Parameters
providerId
required
string <uuid>

The identifier describing the provider that holds the license.

Request Body schema: application/json

List with license identifiers to run verifications. If list with identifiers is empty, verifications for all provider licenses will be run.

Array
string <uuid> (Unique license identifier to run verififcation.)
Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

post/providers/{providerId}/licenses/verify
Request samples
application/json
[
  • "497f6eca-6276-4993-bfeb-53cbbbba6f08"
]