Licence

Licence

GET https://groupez.dev/api/v1/licence/:key

This endpoint allows you to check is licence key is correct.

Path Parameters

Name
Type
Description

key

string

Licence key

Query Parameters

Name
Type
Description

unique_id

string

Unique identifier for each resource, you can find this identifier on the dashboard

{    "status": "success",    "message": "The license is valid"    }

Example

Last updated