Skip to content

REST API v2. Authenticate with a Bearer JWT in the Authorization header unless an endpoint is marked public.

Servers​

https://v2-staging.tscheckout.comCurrent host

IntegrationsJustGiving​


Get JustGiving integration settings​

GET
/api/v2/integrations/just-giving

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

JustGiving settings

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization

Samples​


Update JustGiving integration settings​

PATCH
/api/v2/integrations/just-giving

Authorizations​

bearerAuth
Type
HTTP (bearer)

Request Body​

application/json
JSON
"string"

Responses​

Settings updated successfully

application/json
JSON
{
  
"data": "string"
}

Playground​

Authorization
Body

Samples​


Get countries from JustGiving​

GET
/api/v2/integrations/just-giving/countries

Authorizations​

bearerAuth
Type
HTTP (bearer)

Responses​

JustGiving countries

application/json
JSON
{
  
"data": [
  
  
{
  
  
  
"countryCode": "GB",
  
  
  
"name": "United Kingdom"
  
  
}
  
]
}

Playground​

Authorization

Samples​


Powered by VitePress OpenAPI