Retrieve a session
Authorizations
Basic HTTP authentication. Allowed headers-- Authorization: Basic <base64(api_key_id:api_key_secret)>
Path Parameters
Response
Customer session retrieved successfully
Represents a session created on behalf of an Imprint customer
The unique ID Imprint assigns to the session.
"2EE24580-B97B-4949-A65C-929CCB9B9B8D"
Not to be logged or stored. Provide this one time use token to the Imprint SDK or other client side code to allow the customer access to edit their own account or apply
"QzMyNzg4QzgtNEUwOS00QkU4LThDMjEtMkU5OUQ3QzkwRDhGCg=="
the RFC-3339 timestamp when the client_secret will expire.
"2025-02-13T19:08:07.000Z"
Set of key-value pairs for storing additional information about the customer session.
{ "store_number": "123" }A set of key-value pairs attached to the customer. These values will be included in webhook event payloads for the partner to receive information about the customer.
{
"loyalty_id": "840012345678",
"membership_tier": "gold"
}The source where the session was initiated
"web_signup"