AlphaSense · Example Payload

Alphasense Auth Token Example

Market IntelligenceFinancial ResearchSearchGenerative AIAI AgentsExpert CallsDocument IntelligenceEnterprise IntelligenceMCPGraphQL

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

Top-level fields

access_tokentoken_typeexpires_inrefresh_token

Example Payload

Raw ↑
{
  "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ1c2VyXzg4MTIiLCJleHAiOjE3MTYzNzY5MTl9.signature-bytes-here",
  "token_type": "Bearer",
  "expires_in": 3600,
  "refresh_token": "rtk_2f9d-7a01-4b08-9c12-71ad6e1d3e3b"
}