APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Oauth Authorizationscreate Authorization Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Oauth Authorizationscreate Authorization 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": "oauth-authorizations/create-authorization",
  "method": "POST",
  "path": "/authorizations",
  "summary": "APIs.io Engineering Platform Create a new authorization",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "scopes": [
          "public_repo"
        ],
        "note": "optional note",
        "note_url": "http://optional/note/url",
        "client_id": "abcde12345fghij67890",
        "client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f"
      }
    }
  ],
  "responseExamples": []
}