Skip to main content
GET
/
v1
/
customer-portal
/
customer-session
/
introspect
Introspect Customer Session
curl --request GET \
  --url https://api.spairehq.com/v1/customer-portal/customer-session/introspect \
  --header 'Authorization: Bearer <token>'
{
  "expires_at": "2023-11-07T05:31:56Z",
  "return_url": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.spairehq.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Customer session tokens are specific tokens that are used to authenticate customers on your organization. You can create those sessions programmatically using the Create Customer Session endpoint.

Response

200 - application/json

Successful Response

expires_at
string<date-time>
required
return_url
string | null
required