Ampersand · Example Payload

Ampersand Api Oauth2 Authorization Code Example

Developer ToolsIntegrationsPlatformSaaSOAuthData SyncWebhooks

Ampersand Api Oauth2 Authorization Code Example is an example object payload from Ampersand, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accessTokenrefreshTokenscopes

Example Payload

Raw ↑
{
  "accessToken": {},
  "refreshToken": {},
  "scopes": [
    "example-scopes_item"
  ]
}