v19

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-037759134.1 KB
tags

Get a list of donation platforms

Gets an array of donation platforms and information about them

get/tag/donation_platform

Response

Expected response to a valid request

shortstring required

The short identifier of the donation platform

namestring required

The full name of the donation platform

Example response

[
  {
    "short": "bmac",
    "name": "Buy Me a Coffee"
  }
]