Besorgt euch eine Liste von allen Tools oder einen einzelnen Eintrag mit mehr Infos
GET https://api.slive.app/tools
Diese Liste wird generiert mit einem vorherigen Check deiner Zugriffe.
| Name | Type | Description |
|---|---|---|
| Authorization* | Bearer |
{% tabs %} {% tab title="200: OK " %} {% code fullWidth="false" %}
{
"tools": [
{
"id": "app.slive.tool.default",
"name": "Default",
"tier": 0,
"shortDescription": "Default",
"label": {
"name": "New",
"color": "#971ad6"
}
},
{
"id": "de.thejocraft.tool.raid",
"name": "TJC Raidscreen",
"tier": 1,
"shortDescription": "Raidscreen für das Ende des Streams",
"label": {
"name": "Updated",
"color": "#d61a97"
}
}
]
}{% endcode %} {% endtab %}
{% tab title="401: Unauthorized " %}
{
"code": 401,
"message": "Authorization has failed - invalid Bearer token"
}{% endtab %} {% endtabs %}
GET https://api.slive.app/tools/<toolId>
Dieser Eintrag wird generiert mit einem vorherigen Check deiner Zugriffe.
| Name | Type | Description |
|---|---|---|
| toolId* | String |
| Name | Type | Description |
|---|---|---|
| Authorization* | Bearer |
{% tabs %} {% tab title="200: OK " %} {% code fullWidth="false" %}
{
"id": "de.thejocraft.tool.raid",
"name": "TJC Raid",
"type": "tool",
"tier": 1,
"shortDescription": "Raidscreen für das Ende des Streams",
"description": "Zeigt eine Übersicht aller Ereignisse deines Streams während dem Raid an.",
"label": {
"name": "Updated",
"color": "#d61a97"
},
"updatedAt": "2023-09-23T16:35:06.000Z"
}{% endcode %} {% endtab %}
{% tab title="401: Unauthorized " %}
{
"code": 401,
"message": "Authorization has failed - invalid Bearer token"
}{% endtab %}
{% tab title="404: Not Found " %}
{
"code": 404,
"message": "No data found in database"
}{% endtab %} {% endtabs %}