Get the OpenAPI document

/openapi.json

Download the current OpenAPI 3.1 contract for SocialListeningAPI endpoints, parameters, schemas, responses, and authentication.

Endpoint

  • Path: /openapi.json

Parameters

This path does not take any parameters.

curl 'https://api.sociallisteningapi.com/openapi.json'

GET request using cURL.

Responses

{
  "openapi": "3.1.0",
  "info": {
    "title": "SocialListeningAPI"
  },
  "paths": {
    "/api/v1/linkedin/search": {}
  }
}

The OpenAPI document.