GET
/
v2
/
customer_sessions
/
{session_id}
curl --request GET \
  --url https://dev.sbx.imprint.co/v2/customer_sessions/{session_id}
{
  "id": "2EE24580-B97B-4949-A65C-929CCB9B9B8D",
  "client_secret": "QzMyNzg4QzgtNEUwOS00QkU4LThDMjEtMkU5OUQ3QzkwRDhGCg==",
  "expires_at": "2025-02-13T19:08:07.000Z",
  "metadata": {
    "store_number": "123"
  },
  "source": "web_signup"
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

session_id
string
required

Response

200
application/json

Customer session retrieved successfully

Represents a session created on behalf of an Imprint customer