Quick Start

Get your API keys

Your API requests are authenticated using API keys. Any request that doesn't include an API key will return an error except some GET methods.

You can generate an API key from the pizza ton community mini app and double click at "Created by PizzaTon" at the bottom of mini app at any time.

Good to know: You can use the API for free, but using an API key allows you to make more requests and prevents your IP address from being blocked quickly.

Make your first request

To make your first request, send an authenticated request to the pets endpoint. This will create a pet, which is nice.

Get info.

POST https://api.pizzaton.me/v1/api/info

Get your api key info

Request Body

Name
Type
Description

api_key*

string

The api key that created for you

{
    "owner_id": "123456789",
    "balance": 0
}

Last updated