GeoGuessrMCP/tools/bruno/Geoguessr API Collection/Geoguessr API/16 - v3-getSubscriptions.bru

22 lines
285 B
Text

meta {
name: 16 - v3/getSubscriptions
type: http
seq: 14
}
get {
url: {{GEOGUESSR_API_URL}}/v3/subscriptions
body: none
auth: apikey
}
auth:apikey {
key: Cookie
value: _ncfa={{GEOGUESSR_NCFA_COOKIE}}
placement: header
}
settings {
encodeUrl: true
timeout: 0
}