Information
Learn more about the server information endpoints.
Get server information
GET
https://analytics.tebex.io/api/v1/server
This endpoint returns general information about the authenticated server.
Headers
Name
Type
Description
X-Server-Token*
string
The secret key of the server.
{
"data": {
"name": "Tebex Store Example",
"uuid": "883d2c08-86f9-4060-b9e5-832eb6240c4a",
"created_at": "2024-01-19T14:44:19.000000Z",
"updated_at": "2024-01-19T14:44:37.000000Z",
"team_quota": {
"current": 0,
"limit": 1000000
}
}
}
Last updated