Skip to main content

99Minds API Endpoints

Updated over 3 weeks ago

Base URLs

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

Table of Contents

Customer Endpoints

Get a Customer: (GET)

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

Create a Customer: (POST)

[Base URL]/api/v1/customers

Update a Customer: (POST)

[Base URL]/api/v1/customers

Transaction Endpoints

Get a Transaction: (GET)

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

Get a Transaction by Card ID: (GET)

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

Create a Transaction: (POST)

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

Authentication/OAuth Endpoints

Get Access Token: (GET)

[Base URL]/oauth/token

Generic Endpoints

Get a Customer by Email: (GET)

[Base URL]/api/v1/customers?email=""
Did this answer your question?