APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Appsscope Token Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Appsscope Token Example is an example object payload from APIs.io Engineering Platform, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "apps/scope-token",
  "method": "POST",
  "path": "/applications/{client_id}/token/scoped",
  "summary": "APIs.io Engineering Platform Create a scoped access token",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "access_token": "e72e16c7e42f292c6912e7710c838347ae178b4a",
        "target": "octocat",
        "permissions": {
          "metadata": "read",
          "issues": "write",
          "contents": "read"
        }
      }
    }
  ],
  "responseExamples": []
}