Skip to main content
GET
List trial links

Authorizations

apiKey
string
header
required

Your OFAuth API key for authenticating requests.

x-connection-id
string
header
required

Requires a connection via the x-connection-id header.

Query Parameters

limit
integer
default:20

Number of items to return (1-100, default: 20)

Required range: 1 <= x <= 100
offset
integer | null
default:0

Number of items to skip (default: 0)

Required range: x >= 0
status
enum<string>
default:active

Which trial links to include

Available options:
active,
deleted,
all

Response

Successful response

list
object[]
required
hasMore
boolean
required