Skip to content

Agent coverage per region for a platform

GET
/api/v1/platforms/{platform}/coverage

Authorizations

or
session

Browser session cookie.

Type
API Key (cookie: bp_session)
or
apiKey

User API key: Authorization: Bearer bpi_...

Type
HTTP (bearer)

Parameters

Path Parameters

platform*

Matchmaking platform

Type
string
Required
Valid values
"Windows""EGS""GRDK"

Responses

OK

application/json
JSON
{
  
"$schema": "https://bpincentives.com/schemas/CoveragePayload.json",
  
"platform": "string",
  
"regions": [
  
]
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI