cURL
curl --request GET \ --url https://forgegames.org/api/templates/{id} \ --header 'Authorization: Basic <encoded-value>'
{ "id": "<string>", "teamId": "<string>", "name": "<string>", "type": "gacha", "config": { "pityThreshold": 1, "rateUpMultiplier": 1, "sparkCurrency": 1, "baseRates": {} }, "createdAt": "<string>", "updatedAt": "<string>" }
Retrieves a single template by its unique identifier.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Successful response
gacha
roguelike
idle
card_pack
Show child attributes