Outline · Example Payload

Authinfo

Auth

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

Top-level fields

operationIdpathmethodsummarytags

Example Payload

Raw ↑
{
  "operationId": "authInfo",
  "path": "/auth.info",
  "method": "POST",
  "summary": "Retrieve auth",
  "tags": [
    "Auth"
  ]
}