APIs.io Engineering Platform · Example Payload

Apis Io Engineering Platform Usersadd Email For Authenticated User Example

APIs.ioEngineeringPlatform

Apis Io Engineering Platform Usersadd Email 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-email-for-authenticated-user",
  "method": "POST",
  "path": "/user/emails",
  "summary": "APIs.io Engineering Platform Add an email address for the authenticated user",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "default",
      "example": {
        "emails": [
          "octocat@github.com",
          "mona@github.com",
          "octocat@octocat.org"
        ]
      }
    }
  ],
  "responseExamples": []
}