Skip to main content
GET
/
v1
/
customer-seats
/
claim
/
{invitation_token}
Python (SDK)
from polar_sdk import Polar


with Polar() as polar:

    res = polar.customer_seats.get_claim_info(invitation_token="<value>")

    # Handle response
    print(res)
{
  "product_name": "<string>",
  "product_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "organization_name": "<string>",
  "organization_slug": "<string>",
  "customer_email": "<string>",
  "can_claim": true
}

Path Parameters

invitation_token
string
required

Response

Successful Response

Read-only information about a seat claim invitation. Safe for email scanners - no side effects when fetched.

product_name
string
required

Name of the product

product_id
string<uuid>
required

ID of the product

organization_name
string
required

Name of the organization

organization_slug
string
required

Slug of the organization

customer_email
string
required

Email of the customer assigned to this seat

can_claim
boolean
required

Whether the seat can be claimed