Authentication

The API accepts 2 different authentication methods:

Jwt token (http_api_key)

JWT token for Boost V2 Integration containing:

  • partner_agent_id: unique partner agent identifier (< 100 characters)
  • iss: partner identifier (partner short code)
  • aud: always "boost.homespotter.com"
  • iat: issued at timestamp (numeric seconds from epoch) Token expires after 24 hours and cannot be set in the future.

Graphql token (http)

GraphQL API secret token provided by Boost team (different from JWT token)