Skip to main content
GET
List Pairs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

category
enum<string> | null

Category of the pair, either men or women.

Available options:
men,
women
after_date
string<date> | null

Date after which the pair has played a match in YYYY-MM-DD format. Pairs without matches in the range are excluded.

before_date
string<date> | null

Date before which the pair has played a match in YYYY-MM-DD format.

sort_by
enum<string> | null

Name of the parameter to sort the pairs by. Defaults to last_match_at (date of their most recent match together, desc).

Available options:
last_match_at,
first_match_at
page
integer
default:1

Response

Paginated set of PairResource

data
PairResource · object[]
required
meta
object
required