Skip to main content

99minds API Endpoints

99minds API endpoints and syntax

Updated this week

Base URLs

  • Sandbox/Test: https://api.demo.giftcard.99minds.io

Table of Contents

Customer Endpoints

Get a Customer: (GET)

[Base URL]/api/v1/ipaas/customers/{id}

Get a Loyalty Card by Customer Id: (GET)

[Base URL]/api/v1/ipaas/loyaltycards?customer_id={id}

Create a Loyalty Card: (POST)

[Base URL]/api/v1/ipaas/loyaltycards/issue

Create a Customer: (POST)

[Base URL]/api/v1/ipaas/customers

Update a Customer: (POST)

[Base URL]/api/v1/ipaas/customers

Transaction Endpoints

Get a Transaction: (GET)

[Base URL]/api/v1/ipaas/loyaltycards/transactions?customer_id={customer_id}

Get a Transaction by Card ID: (GET)

[Base URL]/api/v1/ipaas/loyaltycards/transactions?card_id={card_id}

Create a Transaction: (POST)

[Base URL]/api/v1/ipaas/workflows/execute

Authentication/OAuth Endpoints

Get Access Token: (GET)

[Base URL]/oauth/token

Utility/Generic Endpoints

Get a Customer by Email: (GET)

[Base URL]/api/v1/ipaas/customers?email={email}

Did this answer your question?