Skip to content

Issue a license

POST
/v1/licenses
curl --request POST \
--url https://api.extport.dev/api/v1/licenses \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "planId": "example", "buyerEmail": "hello@example.com" }'

Manually issues an activation code for a plan. The response is the only place the key is shown in full.

Media typeapplication/json
object
planId
required
string
>= 1 characters
buyerEmail
required
string format: email
Examplegenerated
{
"planId": "example",
"buyerEmail": "hello@example.com"
}

Issued

Plan not found