Skip to content

Recent readings and change log for a region

GET
/api/v1/platforms/{platform}/regions/{region}/activity

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*
Type
string
Required
Valid values
"Windows""EGS""GRDK"
region*
Type
string
Required

Query Parameters

limit

Max entries (1-50)

Type
integer
Default
10
Format
"int64"
Maximum
50
Minimum
1

Responses

OK

application/json
JSON
{
  
"$schema": "https://bpincentives.com/schemas/RegionActivityPayload.json",
  
"changes": [
  
],
  
"platform": "string",
  
"recent": [
  
],
  
"region": "string"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI