Reactivate a license
Endpoint
https://api.devpayr.dev/api/v1/project/{project}/licenses/{license}/reactivateAuthentication
X-API-KEY: <your_api_key>Path Parameters
Parameter
Type
Required
Description
Request Body
Example Request
Response
Success (200)
Access Rules
1) API key must be allowed to manage the project
2) License must belong to the project
3) License must be revoked before reactivating
4) License must not be expired
Errors
Missing API Key (401)
Invalid / Expired API Key (403)
Not Found (404)
Rate Limited (429)
Last updated