Skip to content

Current incentives for a platform

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

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/IncentivesPayload.json",
  
"category": "string",
  
"generatedAt": "string",
  
"platform": "string",
  
"regions": [
  
],
  
"status": "string",
  
"statusReason": "string",
  
"updatedAt": "string",
  
"version": "string"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI