Files
playtomic-wrapper/tournme/new/api-collection/tournme-be/Courts/List Courts.bru
2026-01-31 13:49:56 +01:00

22 lines
206 B
Plaintext

meta {
name: List Courts
type: http
seq: 1
}
get {
url: {{baseUrl}}/courts
body: none
auth: bearer
}
params:query {
~skip:
~limit:
~active_only:
}
auth:bearer {
token: {{token}}
}