JeriCommerce Public API
API Status
API Status
  1. Customers
  • API Integration
    • Create/Update resources
      POST
    • Delete resources
      DELETE
  • Customers
    • Get customer details by email
      GET
    • Get a customer token
      GET
    • Redeem a reward
      POST
    • Assign a coupon
      POST
    • Increase balance
      POST
    • Decrease balance
      POST
API Status
API Status
  1. Customers

Get a customer token

Entorno producci贸n
https://api.jericommerce.com
Entorno producci贸n
https://api.jericommerce.com
GET
/v1/programs/{programId}/customers/token
Last modified:2026-02-09 11:25:50

Request

Authorization
API Key
Add parameter in header
api-key
Example:
api-key: ********************
or
Path Params

Query Params

Responses

馃煝200
application/json
Body

Request Request Example
Shell
JavaScript
Swift
PHP
curl --location -g --request GET 'https://api.jericommerce.com/v1/programs//customers/token?email&token_type&expires_in' \
--header 'api-key: <api-key>'
Response Response Example
{
    "accessToken": "string"
}
Modified at聽2026-02-09 11:25:50
Previous
Get customer details by email
Next
Redeem a reward
Built with