Light Docs

Get all licenses for a user

GET
/users/{user}/licenses

Authorization

bearerAuth

Path Parameters

user*integer

The user ID

Response Body

application/json

application/json

application/json

curl -X GET "http://localhost:8000/api/users/0/licenses"
{
  "id": 0,
  "user_id": 0,
  "product_id": 0,
  "active": "string",
  "created_at": "2019-08-24T14:15:22Z",
  "updated_at": "2019-08-24T14:15:22Z"
}
{
  "message": "string"
}
{
  "message": "string"
}