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
Requiredstring
Valid values
"Windows""EGS""GRDK"region*
Type
Requiredstring
Query Parameters
limit
Max entries (1-50)
Type
integer
Default
10Format
"int64"Maximum
50Minimum
1Responses
OK
application/json
JSON "$schema": "https://bpincentives.com/schemas/RegionActivityPayload.json", "changes": [ ], "platform": "string", "recent": [ ], "region": "string"
{
}