Slite · Example Payload

Me

DocumentationKnowledge BaseCollaborationNotesTeamAsynchronous WorkAISearch

Me is an example object payload from Slite, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "me",
  "method": "GET",
  "path": "/me",
  "examples": {
    "response_200_Example_1": {
      "displayName": "Jane Doe",
      "organizationName": "Example Corp",
      "organizationDomain": "example.com",
      "email": "jane.doe@example.com"
    }
  }
}