Files
playtomic-wrapper/tournme/collection/PadelTour API/Players/Get Player By Id.bru
2026-01-31 13:49:56 +01:00

16 lines
156 B
Plaintext

meta {
name: Get Player By Id
type: http
seq: 6
}
get {
url: {{baseUrl}}/api/v1/players/:id
body: none
auth: inherit
}
params:path {
id:
}