GeoGuessrMCP/tools/bruno/Geoguessr API Collection/24 - v3-getChallengesChallenge.bru

22 lines
311 B
Text

meta {
name: 24 - v3/getChallengesChallenge
type: http
seq: 25
}
get {
url: {{GEOGUESSR_API_URL}}/v3/challenges/<challenge_token_here>
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}