Skip to content

Licences usage

José Bonnet edited this page Sep 15, 2017 · 3 revisions

This page details the Licence-related endpoints of the SONATA Gatekeeper API.

/licences

GET

Through this endpoint GET request, the Gatekeeper returns a JSON formatted paginated list of licences.

  • Request:
curl <base URL>/licences -H 'authorization:bearer <token>'\
  • Response:
[
  {
    "status":"ACTIVE",
    "validation_url":null,
    "description":"Default description]",
    "license_uuid":"9f9213c9-1134-43bd-9351-50bff41765de",
    "service_uuid":"21fff5fa-5770-4fe7-9e34-a0f60ae63b88",
    "license_type":"PUBLIC",
    "user_uuid":"2e5ec619-c513-455b-8c49-ae65c52859c1"
  }
]
Clone this wiki locally