Stack Exchange · Example Payload

Stackexchange Api V2 3 Access Token Example

Q And ADeveloper CommunityKnowledge GraphStack OverflowStack ExchangeReputationTagsCommunityMCPAI Grounding

Stackexchange Api V2 3 Access Token Example is an example object payload from Stack Exchange, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

access_tokenexpires_on_dateaccount_idscope

Example Payload

Raw ↑
{
  "access_token": "stackoverflow",
  "expires_on_date": 1735054802,
  "account_id": 914578,
  "scope": [
    "stackoverflow"
  ]
}