APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Oauth Authorizationsget Or Create Authorization For App And Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Oauth Authorizationsget Or Create Authorization For App And 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/get-or-create-authorization-for-app-and-fingerprint",
  "method": "PUT",
  "path": "/authorizations/clients/{client_id}/{fingerprint}",
  "summary": "APIs.io Engineering Platform Get-or-create an authorization for a specific app and fingerprint",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "client_secret": "3ef4ad510c59ad37bac6bb4f80047fb3aee3cc7f",
        "scopes": [
          "public_repo"
        ],
        "note": "optional note",
        "note_url": "http://optional/note/url"
      }
    }
  ],
  "responseExamples": []
}