arcade-dev · Example Payload

Arcade Auth Status Example

Arcade Auth Status Example is an example object payload from arcade-dev, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstatuscontext

Example Payload

Raw ↑
{
  "id": "auth_2nL93dQwExampleAuthId",
  "status": "completed",
  "context": {
    "token": "ya29.a0AfH6SMBxRedactedToken",
    "user_info": {
      "email": "user@example.com",
      "sub": "1234567890"
    }
  }
}