Skip to content
Open
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
4 changes: 3 additions & 1 deletion admin-api/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ description: Learn about the Trophy Admin API and how to use it to drive custom
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 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 a 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.

Expand Down
4 changes: 2 additions & 2 deletions api-reference/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ 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 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.
The Trophy Application API is a set of endpoints that provide simple interfaces for building gamification experiences and covers the full range of actions that an end user of your application can perform.

There are no usage limits or paywalls, and everybody has access to the exact same API to build to their hearts content.
It does not include global administrative functions or actions that should only be performed by your internal systems. If you are looking for admin functionality, please refer to the [Admin API](/admin-api/introduction).

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.

Expand Down