Files
playtomic-wrapper/tournme/collection/PadelTour API/Password Reset/Check reset token status.bru
2026-01-31 13:49:56 +01:00

16 lines
184 B
Plaintext

meta {
name: Check reset token status
type: http
seq: 4
}
get {
url: {{baseUrl}}/api/v1/password-reset/status/:token
body: none
auth: inherit
}
params:path {
token:
}