Gets a license file

head/orders/{orderNumber}/cadenceNames/{cadenceName}/cadenceVersions/{cadenceVersion}/license

Gets a license file for the given order at the given cadence name / version.

Request Samples

1

Response Samples

1string

Path Parameters

NameTypeRequiredDescription
cadenceName
string
true

The Cadence Name string.

cadenceVersion
string
true

The Cadence Version string.

orderNumber
string
true

The Order Number string.

Responses

StatusMeaningDescription
200OK

License as a .jwt file (contains a JWT)

Schema
400Bad Request

Bad Request

Schema
404Not Found

Not Found

Schema