Skip to content

Hub-wide UI and configuration metadata

GET
/api/v1/meta

Authorizations

or
session

Browser session cookie.

Type
API Key (cookie: bp_session)
or
apiKey

User API key: Authorization: Bearer bpi_...

Type
HTTP (bearer)

Responses

OK

application/json
JSON
{
  
"$schema": "https://bpincentives.com/schemas/SiteMeta.json",
  
"agentSetupUrl": "string",
  
"contactEmail": "string",
  
"contributeEnabled": true,
  
"discordUrl": "string",
  
"matrixUrl": "string",
  
"pageSize": 0,
  
"platforms": [
  
]
}

Playground

Samples

Powered by VitePress OpenAPI