APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Usersadd Social Account For Authenticated User Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Usersadd Social Account For Authenticated User 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": "users/add-social-account-for-authenticated-user",
  "method": "POST",
  "path": "/user/social_accounts",
  "summary": "APIs.io Engineering Platform Add social accounts for the authenticated user",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "account_urls": [
          "https://facebook.com/GitHub",
          "https://www.youtube.com/@GitHub"
        ]
      }
    }
  ],
  "responseExamples": []
}