Skip to main content
GET
List conversions

Authorizations

API-Key
string
header
required

Your public API key. Identifies the partner making the request.

API-Nonce
string
header
required

Monotonically increasing nonce included in the request signature.

API-Sign
string
header
required

HMAC signature over the request, computed with your private key.

Path Parameters

account_id
string
required

Internet International Bank Account Number identifying the PWS account the conversion belongs to.

Required string length: 14 - 42

Query Parameters

status
enum<string>

Restrict results to conversions in this lifecycle state (active or paused). Soft-deleted conversions are never returned — they surface as 404 NotFound on GetConversion instead.

Available options:
active,
paused,
provisioning
page_size
integer<int32>
default:20

Maximum number of results to return on a single page. Defaults to 20, maximum 25.

Per-field rename overrides the message-level RENAME_ALL_SNAKE_CASE: query-string parameter names must be snake_case under the PWS spec (Spectral pws-parameter-names-snake-case), even though body fields are camelCase.

Required range: 1 <= x <= 25
page_token
string

Opaque cursor returned by a previous response's next_page_token. Omit to start from the beginning.

Required string length: 1 - 256

Response

Successful response

data
Conversion · object[]
required

Conversions on this page, ordered by created_at descending.

next_page_token
string

Opaque cursor for the next page of results. Absent when there are no more pages.