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
Requiredstring
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"
{
}