Upwork · Example Payload

Graphql O Auth Token Example

FreelancingJobsTalentMarketplaceContractsHiring

Graphql O Auth Token Example is an example object payload from Upwork, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

access_tokentoken_typerefresh_tokenexpires_in

Example Payload

Raw ↑
{
  "access_token": "eyJhbGciOiJSUzI1NiJ9.example",
  "token_type": "eyJhbGciOiJSUzI1NiJ9.example",
  "refresh_token": "eyJhbGciOiJSUzI1NiJ9.example",
  "expires_in": 10
}