Website logo
⌘K
Triple Basics
Triple Overview
Getting Started With Triple's API
Introduction to Triple API Endpoints and Webhooks
Getting Started Overview
Triple API and Webhooks
Affiliate Links
Webhooks
Card Accounts
Offer Display
Offer Activation
Card Programs
Tools
Offer Providers
Offer Filters
Portfolio Management
Rewards
Transactions
User Events
Triple White Label UI
Platform Status
Docs powered by Archbee
Getting Started With Triple's ...

Introduction to Triple API Endpoints and Webhooks

3min

This endpoints section provides in-depth information about Triple's endpoints and webhooks. If you are looking for basic getting started information, see the Getting Started Overview.

Authentication

Authentication details are available in Step 1: Perform Authentication.

Environment

There are two different environments available to partners. Each environment uses a different base URL.

  • Sandbox: https://api.sandbox.tripleup.dev/
  • Production: https://api.tripleup.dev/

Conventions

The following conventions are followed in this documentation.

GET

Used to retrieve a representation of a resource.

POST

Used to create new resources and sub-resources.

PATCH

Used to update existing resources.

DELETE

Used to delete existing resources.



Updated 11 Jul 2023
Did this page help you?
PREVIOUS
Triple Terms and Concepts
NEXT
Getting Started Overview
Docs powered by Archbee
TABLE OF CONTENTS
Authentication
Environment
Conventions
Docs powered by Archbee