From b8aabbf38cf953b96cceac9334a103d9371f24ba Mon Sep 17 00:00:00 2001 From: Charlie Hopkins-Brinicombe Date: Sun, 1 Feb 2026 12:53:45 +0000 Subject: [PATCH] Update API wordings --- admin-api/introduction.mdx | 4 +++- api-reference/introduction.mdx | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/admin-api/introduction.mdx b/admin-api/introduction.mdx index 63069d6..0a47a0c 100644 --- a/admin-api/introduction.mdx +++ b/admin-api/introduction.mdx @@ -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. diff --git a/api-reference/introduction.mdx b/api-reference/introduction.mdx index 433e1a8..7a9fcc3 100644 --- a/api-reference/introduction.mdx +++ b/api-reference/introduction.mdx @@ -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.