Skip to main content
GET
admin_session_profile_get

Authorizations

x-api-key
string
header
required

X-API-Key authentication for accessing admin endpoints. Use Create api-key to create a key.

The content of the header should look like the following:

Query Parameters

limit
integer
default:10

A limit on the number of objects to be returned. Limit can range between 1 and 100 items, and the default is 10 items.

Required range: 1 <= x <= 100
starting_after
string<checkout-id>

cursor for use in pagination. starting_after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include starting_after=obj_foo in order to fetch the next page of the list.

Response

Payment configuration

created_at
string<date-time>
required

Time when the resource was created

configuration
object
required
description
string
required

description of the profile

created_by
string
required
read-only

The user/client created the resource

updated_at
string<date-time>
required
read-only

Time when the resource was last updated

id
string

An ID that uniquely identifies the resource

url
object
profile_id
string

The profile_id you have defined for the profile. (must not have trailing or leading spaces) An auto-generated profile_id will be created if no profile_id is provided.

Maximum string length: 255
merchant
object

Configure merchant information used in the checkout.

checkboxes
object[]

Configuration for checkboxes that should be part of the checkout

Maximum array length: 2
express
object
deleted_by
string
read-only

The user/client deleted the resource

deleted_at
string<date-time>
read-only

Time when the resource was deleted

Last modified on July 14, 2026