v1

latestOpenAPI 3.0.22026-07-174617345.8 KB
Agent Licenses

Get all licenses for an agent

Returns a list of licenses for a specific agent.

get/api/v1/projects/{projectId}/licenses

Path parameters

projectIdinteger required

The unique identifier of the agent (formerly known as project).

Response

List of available agent licenses

status'error' | 'success'

The status of the response

Example response

{
  "status": "success",
  "data": [
    {
      "name": "My License",
      "key": "123e4567-e89b-12d3-a456-426614174000",
      "project_id": 7,
      "created_at": "2021-01-01 00:00:00",
      "updated_at": "2021-01-01 00:00:00"
    }
  ]
}