API Documentation

Swagger is an open source software framework backed by a large ecosystem of tools that helps developers design, build, document, and consume RESTful Web services. All Percipio REST APIs are documented using OpenAPI and provide the ability to call the functions via a UI called the Swagger UI (https://swagger.io/tools/swagger-ui/).

Example of using the Swagger UI to call a Percipio API

  1. Open the Content Discovery Swagger page: https://api.percipio.com/content-discovery/api-docs/

  2. Click Authorize.
  3. Paste the Skillsoft supplied bearer token into value field and click Authorize.

  4. Once the service account authorization is confirmed, click Close.

  5. Click GET for the collections function.
  6. Click Try it Out, this will enable the text box to enter the PercipioOrganization ID.
  7. Note: Contact your Skillsoft Account team to obtain a Percipio Organization ID.
  8. Click Execute.
  9. The request will be submitted, and an example of how to make the same call using cURL will be shown along with the response:
  10. An example response for a valid organization is shown below: