Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions admin-api/endpoints/streaks/grant-freezes.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
openapi: post /streaks/freezes
---
17 changes: 17 additions & 0 deletions admin-api/introduction.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
title: Introduction
description: Learn about the Trophy Admin API and how to use it to drive custom workflows using Trophy data.
subtitle: Learn about the Trophy Admin API and how to use it to drive custom workflows using Trophy data.
---

The Trophy Admin API is a set of endpoints for building custom gamification workflows. While the [Application API](/api-reference/introduction) models the data and interactions required to deliver the gamification experience in-app, the Admin API models administrative actions that are only performed by your team or business logic outside of your application.

The Admin API is accessible through **the same SDKs** as the Application API or, for those who manage their own HTTP clients, is available at the following base URL.

```bash Base URL
https://admin.trophy.so/v1
```

## Get Support

Want to get in touch with the Trophy team? Reach out to us via [email](mailto:support@trophy.so). We're here to help!
8 changes: 7 additions & 1 deletion api-reference/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@ description: Learn about the Trophy API and get started building your integratio
subtitle: Learn about the Trophy API and get started building your integration.
---

The Trophy API is a set of endpoints that provide simple interfaces for building gamification experiences, taking care of the tricky bits behind the scenes while being flexible enough to support any gamification use case.
The Trophy Application API is a set of endpoints that provide simple interfaces for building gamification experiences, taking care of the tricky bits behind the scenes while being flexible enough to support any gamification use case.

There are no usage limits or paywalls, and everybody has access to the exact same API to build to their hearts content.

The Application API is accessible through [SDKs](/api-reference/client-libraries) available in most major programming languages or, for those who wish manage their own HTTP clients, is available at the following base URL.

```bash Base URL
https://api.trophy.so/v1
```

<CardGroup>
<Card title="Authentication" icon="key" href="/api-reference/authentication">
Securely integrate your applications with the Trophy API using API keys.
Expand Down
Loading