Trigg Integrations API (4.3.0)

This is the documentation for the current release of the Trigg Integrations API.

Current release: 2025-03-03 (v.4.3.0)

Overview

Welcome to the Trigg Integrations API documentation, a resource for better understanding of our integration platform.

This documentation is designed to be accessible and informative for both technical and sales professionals, ensuring that you can fully explore the capabilities and benefits of our API.

For technical experts, this documentation provides in-depth insights into the API endpoints, data structures, and integration possibilities. You'll find detailed explanations, code examples, and best practices to help you integrate our API into your applications and systems.

For sales persons and other non-technical stakeholders, this documentation offers a overview of the API's features, use cases, and potential business advantages.

As the configuration of Trigg allows for a flexible request/reponse, only the standard data structures are displayed in this documentation.

If you have a customized configuration and need examples, please contact our support team or your sales person.

The API has two base URL's, one for production and one for testing.

We are excited to announce that our API now has a sandbox environment available! This allows you to test and integrate our features in a safe and controlled setting.

To get your sandbox key, please contact us at hello@triggloyalty.com.

Authentication

Our API is designed to be secure and efficient, and it requires an API key to authenticate your requests. In this short documentation, we'll guide you on how to use our API with the x-api-key header to ensure successful integration.

Step 1: Obtain Your API Key

Before you can start using our API, you'll need to obtain an API key. This key acts as your access pass and is typically provided to you by your contact person. If you haven't received your API key, please reach out to our support team or your sales person.

Step 2: Include the x-api-key Header

To make authenticated requests to our API, you must include the API key in the header of your HTTP requests. Specifically, you should add the "x-api-key" header with your API key as its value.

x-api-key : <API KEY>

Step 3 [OPTIONAL]: White list your IP address(es) for your production environment

Although this step is optional, we strongly encourage you to send us an list of your IP addresses that are in use in your production environment.

This lets us configure Trigg to only allow access to your API account from those IP's.

Error Messages

The Trigg API returns a standarized detailed error message where it's possible. The structure of the error message looks like this:

{
  "code" : "409",
  "message" : "Conflict",
  "detailedErrorMessage" : {

  }
}

The detailedErrorMessage is fully dynamic and can contain a simple string aswell as a list of errors'.

Terms Of Use

By accessing or using our API (the "Service"), you agree to comply with these Terms of Use. Please read them carefully, as they govern your usage of our API.

API Usage

You are granted a non-exclusive, non-transferable, limited license to access and use our API in accordance with these terms. You may only use the API for its intended purpose and in compliance with our guidelines and documentation.

API Key

Access to the API requires an API key. Keep your API key secure and do not share it with unauthorized parties. You are responsible for all actions performed using your API key. Ensure that the API key is not visible in any way in your application.

Prohibited Actions

You may not use the API to engage in any illegal, harmful, or abusive activities. You may not decompile, reverse engineer, or attempt to gain unauthorized access to the API or our systems. You may not use the API in a way that could harm or interfere with our services, infrastructure, or other users.

Data Privacy

When using our API, you may have access to user data. Ensure you handle such data in compliance with applicable data protection laws and our privacy policy.

By using our API, you acknowledge that you have read, understood, and agreed to these Terms of Use. Failure to comply with these terms may result in the suspension or termination of your API access.

Functionality in preview

Methods marked with Preview in this API documentation are subject to change.

These methods are provided for early access to new features but may have limited support, and their behavior, parameters, or responses can be modified or deprecated without prior notice.

Use these methods with caution in production environments, as changes may impact integration stability. It is recommended to regularly check the documentation for updates when utilizing preview features.

We reserve the right to update these terms, so it is recommended to review them periodically for any changes.

Troubleshooting & Tips

Coming soon

Rate Limits

Trigg API does not have any rate limits, but some external systems integrated with Trigg may have.

Exceeding these limits may result in temporary access restrictions.

We strongly recommend implementing a back-off strategy to handle rate limit exceeded responses. This strategy helps you avoid overloading our/external servers and ensures a smoother user experience.

If you are receving one of the following errors it's an indication of an issue with an external system.

{
  "code" : "429",
  "message" : "Too Many Requests",
  "detailedErrorMessage" : {
  }
}
{
  "code" : "502",
  "message" : "Bad Gateway",
  "detailedErrorMessage" : {
    "gateway" : "Connection to backend system failed. System: [system_name]",
    "gatewayMessage" : "Detailed error message here"
  }
}

Tutorials

Coming soon.

Webhooks

A webhook is a way for two different software applications to communicate with each other in real-time. It's like a notification system that triggers actions automatically when certain events occur.

Oculos can configure webhooks on request, please contact our support team for more information.

Change Log

March 2025

2025-03-03

  • Added support for multi branding. This means that you can now run multiple brands on one account.
  • Added 422 quarantine status for the create customers method. This status is used when a customer is quarantined for a period of time.
  • Enable/disable promotions endpoints are now out of preview.
  • The property 'promotionDefinitionId' is now available on the promotion object. This property contains the id of the promotion definition that the promotion is based on.
  • New endpoint for listing all promotion definitions. [PREVIEW] (https://dev.triggloyalty.com/openapi/promotions/getpromotionsdefinitions)
  • New endpoint for listing of all active promotions thare are available to customers. [PREVIEW] (https://dev.triggloyalty.com/openapi/promotions/getpromotionscampaigns)
  • Added a module endpoint. This endpoint collects minor endpoints that are not directly related to the main endpoints.

Available modules:

  • /modules/vehicles - endpoint for fetching and adding vehicles [PREVIEW] (https://dev.triggloyalty.com/openapi/modules/getvehiclesbycustomeridd)

November 2024

2024-11-19

  • Added endpoints for enabling/disabling of promotions (in preview)
  • Added endpoint for transfering clips on loyalty cards between two existing customers (in preview)
  • Minor bugfixes
  • Minor bugfixes in documentation

June 2024

2024-06-18

  • Added endpoint for deleting a customer by external id
  • Minor bugfixes in documentation

May 2024

2024-05-22

  • Added an endpoint for returning all transactions resulting in a bonus reward (https://dev.triggloyalty.com/openapi/loyalty/getbonustransactions)
  • Added a list of promotions on the customer object when applicable. Please note that this list only will contain active promotions.
  • Added information to the documentation on how to mark a transaction as a return (https://dev.triggloyalty.com/openapi/transactions/addtransactions)
  • Minor bugfixes
  • Improved performance

2024-05-14

Added new methods
  • Get customer by externalId
  • Update customer by externalId
  • Minor bugfixes
  • Improved performance

April 2024

2024-04-17

Introduced dynamic methods on the customers and promotions endpoints

March 2024

2024-03-19

Release of v4
Download OpenAPI description
Languages
Servers
Production
https://api.oculos.no/v4/
Staging
https://api.staging.oculos.no/v4/

Abandoned carts

Endpoints for managing abandoned carts

An abandoned cart function helps businesses track when online shoppers add items to their virtual shopping carts but leave the website or app without completing their purchase.

It captures data about these abandoned carts, including the specific products left behind and, when available, the customer's contact information.

Operations

Customers

The customers endpoint allows you to create, update or search for customers through various parameters depending on your configuration.

Depending on your configuration, the API may take or return additional fields in the extendedProperties object.

To get an example of your specific integration, please contact our support team.

Operations

Consents

Endpoint that lists all available consents for a client.

Depending on your configuration, the API may take or return additional fields in the extendedProperties object.

To get an example of your specific integration, please contact our support team.

Operations

Data Enrichment

Endpoint that lets you enrich member data .

Operations

Health

Endpoint for checking the Trigg API health status.

With these endpoint(s) you can make a request to Trigg to get a quick system status.

Operations

Import

Endpoint that provides methods for importing data, typically in batches into Trigg.

In this endpoint we can receive many formats and types, such as JSON and XML requests.

To get an example of your specific integration, please contact our support team.

Operations

Loyalty

Endpoints for manually managing different types of loyalty objects.

Methods under this endpoint lets you view current campaigns, manually add bonus points, get balance of a customers loyalty card(s) etc.

Depending on your configuration, the API may take or return additional fields in the extendedProperties object.

To get an example of your specific integration, please contact our support team.

Operations

Return all bonus campaigns

Request

Methods that returns all current bonus campaigns.

The id parameters is optional and can be used to return all campaigns for a specific member.

The return object is dynamic and can vary between clients, the example below shows the most common types of fields.

Path
idstring

Id of member

curl -i -X GET \
  'https://api.oculos.no/v4/loyalty/bonus/campaigns/{id}' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/jsonArray [
idstring

Id of campaign

Example: "5"
campaignNamestring

Display name of campign

Example: "Double bonus on 5 for 300 (covering bark 40 liter)"
campaignTypestring

Campaign type identificator

Example: "F"
rewardTypestring

Type of reward. 'double' = double bonus

Example: "double"
pointsinteger

Points rewarded by purchasing a product included in this campaign. Depending on rewardType, this value is not always set.

Example: null
campaignImageUrlstring

URL to an image representing the campaign

Example: "https://cdn.oculos.no/images/test.png"
validFromstring

The campaign is valid from

Example: "2022-05-29T00:00:00"
validTostring

The campaign is valid to

Example: "2022-06-29T00:00:00"
productsArray of objects

List of products included in campaign

]
Response
application/json
[ { "id": "5", "campaignName": "Double bonus on 5 for 300 (covering bark 40 liter)", "campaignType": "F", "rewardType": "double", "points": null, "campaignImageUrl": "https://cdn.oculos.no/images/test.png", "validFrom": "2022-05-29T00:00:00", "validTo": "2022-06-29T00:00:00", "products": [ … ] } ]

Import activity bonus

Request

Method that allows a third-party to manually import activities and update bonus amount for a member.

Available activites that qualifies for bounus points can be found using the /bonus/rules endpoint.

The request and response can be customer specific and the example below shows only a common type of request body.

Bodyapplication/json
externalIdstring

The external identifer, most common is the members mobile phone number.

Example: "+4712345678"
activitystring

The id of the activity that the customer has performed.

Example: "20"
activityDatestring

When whas the activity done.

Example: "2022-07-01"
activityValueinteger

How many points is awarded for the activity.

Example: 10
curl -i -X POST \
  https://api.oculos.no/v4/loyalty/bonus/import \
  -H 'Content-Type: application/json' \
  -H 'x-api-key: YOUR_API_KEY_HERE' \
  -d '{
    "externalId": "+4712345678",
    "activity": "20",
    "activityDate": "2022-07-01",
    "activityValue": 10
  }'

Responses

Success

Bodyapplication/jsonArray [
statusstring

Response status code

Example: "1"
statusTextstring

Response status for the bonus import in text

Example: "OK"
pointsstring

Campaign type identificator

Example: "38"
totaltPointsstring

Total bonus amount

Example: "38"
activityPointsstring

Points rewarded by purchasing a product included in this campaign. Depending on rewardType, this value is not always set.

Example: "8"
]
Response
application/json
[ { "status": "1", "statusText": "OK", "points": "38", "totaltPoints": "38", "activityPoints": "8" } ]

Add bonus points

Request

Method that allows you to manually add points to specific member

Bodyapplication/json
pointsnumberrequired

Number of points to add

Example: 1000
descriptionstringrequired

Description of points added

Example: "Extra bonus points due to delayed shipment"
curl -i -X POST \
  https://api.oculos.no/v4/loyalty/bonus/addRewardPoints \
  -H 'Content-Type: application/json' \
  -H 'x-api-key: YOUR_API_KEY_HERE' \
  -d '{
    "points": 1000,
    "description": "Extra bonus points due to delayed shipment"
  }'

Responses

Success

Bodyapplication/json
externalIdstring

The external identifer, most common is the members mobile phone number.

Example: "+4712345678"
activitystring

The id of the activity that the customer has performed.

Example: "20"
activityDatestring

When whas the activity done.

Example: "2022-07-01"
activityValueinteger

How many points is awarded for the activity.

Example: 10
Response
application/json
{ "externalId": "+4712345678", "activity": "20", "activityDate": "2022-07-01", "activityValue": 10 }

Add bonus by activity id

Request

This method allows you to add bonus points to a specific customer based on activity.

The activityId is the identifier of the activity that the customer has performed. The customerId is the identifier of the customer that has performed the activity. The request body is fully dynamic and can contain any number of properties depending on configuration.

The request sample is only an minimum required example and may have to be replaced with the actual request body if the configuration requires it.

Bodyapplication/json
object(LoyaltyActivityRequest)

An empty payload

curl -i -X POST \
  'https://api.oculos.no/v4/loyalty/activity/{activityId}/customerId/{customerId}' \
  -H 'Content-Type: application/json' \
  -H 'x-api-key: YOUR_API_KEY_HERE' \
  -d '{}'

Responses

Success

Transfer clips [PREVIEW]

Request

A method that allows the client to transfer clips on a loyalty card between two existing customers.

Depending on your configuration, the API may take or return additional fields in the extendedProperties object.

Bodyapplication/json
fromCustomerIdstringrequired

The id of the customer that gives away the clips.

Example: "15BE85AB-CD61-4A23-8C22-0981AD35DBD1S2010"
toCustomerIdstringrequired

The customer that should receive clips. Target identifier can be either id property or mobile phone.

Example: "2A9ACDD0-9113-4EF4-8EA9-FD343E040EE9"
loyaltycardIdstringrequired

From which loyalty card should the clips be transfered from.

Example: "952841C1-4385-40B3-8B30-A65AAC66108E"
clipCountintegerrequired

Number of clips to give.

Example: 1
extendedPropertiesobject

Additional properties depending on configuration

curl -i -X POST \
  https://api.oculos.no/v4/loyalty/loyalty-cards/transfer-clips \
  -H 'Content-Type: application/json' \
  -H 'x-api-key: YOUR_API_KEY_HERE' \
  -d '{
    "fromCustomerId": "15BE85AB-CD61-4A23-8C22-0981AD35DBD1S2010",
    "toCustomerId": "2A9ACDD0-9113-4EF4-8EA9-FD343E040EE9",
    "loyaltycardId": "952841C1-4385-40B3-8B30-A65AAC66108E",
    "clipCount": 1,
    "extendedProperties": {
      "additionalProp1": "string",
      "additionalProp2": "string",
      "additionalProp3": "string"
    }
  }'

Responses

OK

Return all bonus rules

Request

Methods that returns all the rules and activitys that qualifies to bonuses.

curl -i -X GET \
  https://api.oculos.no/v4/bonus/rules \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/jsonArray [
bonusRuleIdstring

Id of bonus rule

Example: "2"
namestring

Name of rule

Example: "Registrering"
bonusRuleTypestring

Type of rule, for example a bonus rule that is triggered by customer registration

Example: "REGISTER"
valuestring

Value of bonus rule

Example: "30"
validFromstring

Start date for when the rule is active

Example: "2022-01-01T00:00:00"
validTostring

End date for when the rule is set to inactive. null = no end date otherwise same format as validFrom

Example: null
createdstring

Timestamp for when the rule was created

Example: "2021-01-01T00:00:00"
]
Response
application/json
[ { "bonusRuleId": "2", "name": "Registrering", "bonusRuleType": "REGISTER", "value": "30", "validFrom": "2022-01-01T00:00:00", "validTo": null, "created": "2021-01-01T00:00:00" } ]

Get loyalty cards

Request

Endpoint that returns a list of active loyalty/stamp cards for a customer.

Path
customerIdstringrequired

Id of customer.

curl -i -X GET \
  'https://api.oculos.no/v4/loyalty/loyalty-cards/{customerId}' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/jsonArray [
idinteger

Id of stamp card.

Example: "4"
namnstring

Name of stamp card

Example: "Black coffee"
totalnumber

Total number of clips/stamps needed

Example: 6
countnumber

Current clip/stamp count

Example: 3
imageUrlstring

Image for stamp card. Requires additional setup.

Example: "cdn.oculos.no/coffee_clip3.png"
extendedPropertiesobject

Additional properties depending on configuration

]
Response
application/json
[ { "id": "4", "namn": "Black coffee", "total": 6, "count": 3, "imageUrl": "cdn.oculos.no/coffee_clip3.png", "extendedProperties": { … } } ]

Update loyalty card

Request

A method that allows the client to manually add clips/stamps to a customers loyalty card which can be useful i scenarions where live updates are not possible.

Depending on your configuration, the API may take or return additional fields in the extendedProperties object.

Bodyapplication/json
idstringrequired

The id of the stamp card.

Example: "2457B03E-9925-45E9-B551-25F10D7BD4F2"
memberIdstringrequired

The members unique id.

Depending on your OIP configuration this could be a internal guid (id), mobile phone or other external id.

Example: "+4712345678"
storeIdstringrequired

The store id

Example: "STORE-001"
cashierIdstringrequired

The id of cashier/employee

Example: 123
itemCountinteger

Number of clips/stamps to add to the customers stamp card

Example: 1
extendedPropertiesobject

Additional properties depending on configuration

curl -i -X PUT \
  https://api.oculos.no/v4/loyalty/loyalty-cards \
  -H 'Content-Type: application/json' \
  -H 'x-api-key: YOUR_API_KEY_HERE' \
  -d '{
    "id": "2457B03E-9925-45E9-B551-25F10D7BD4F2",
    "memberId": "+4712345678",
    "storeId": "STORE-001",
    "cashierId": 123,
    "itemCount": 1,
    "extendedProperties": {
      "additionalProp1": {},
      "additionalProp2": {},
      "additionalProp3": {}
    }
  }'

Responses

OK

Get loyalty card campaigns

Request

Endpoint that return all products that qualifies for a count in each loyalty/stamp card.

Depending on your OIP configuration, the API may return additional fields in the extendedProperties object.

curl -i -X GET \
  https://api.oculos.no/v4/loyalty/loyalty-cards/campaigns \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/jsonArray [
stampCardIdstring

Id of stamp card.

Example: "4"
stampCardstring

Name of stamp card

Example: "Black coffee"
stampCardTypestring

Type/category of stamp card

Example: "Coffee"
productIdstring

Product id that qualifies for a clip/stamp

Example: "7049987090935"
extendedPropertiesobject

Additional properties depending on configuration

]
Response
application/json
[ { "stampCardId": "4", "stampCard": "Black coffee", "stampCardType": "Coffee", "productId": "7049987090935", "extendedProperties": { … } } ]

Add bonus by activity id

Request

This method allows you to add bonus points to a specific customer based on activity.

The activityId is the identifier of the activity that the customer has performed. The customerId is the identifier of the customer that has performed the activity. The request body is fully dynamic and can contain any number of properties depending on configuration.

The request sample is only an minimum required example and may have to be replaced with the actual request body if the configuration requires it.

Path
activityIdstringrequired

The identifier of the activity

customerIdstringrequired

The identifier of the customer

Bodyapplication/json
object(LoyaltyActivityRequest)

An empty payload

curl -i -X POST \
  'https://api.oculos.no/v4/loyalty/transactions/customerId/{customerId}' \
  -H 'Content-Type: application/json' \
  -H 'x-api-key: YOUR_API_KEY_HERE' \
  -d '{}'

Responses

Success

Messaging

Endpoint that lets yoy send different types of messages and manually trigger automations that send SMS.

In this endpoint you will also find a complete set of methods to create a 2F verfication solution by SMS.

Operations

Modules

Endpoints for managing minor features that are not directly related to the main endpoints.

Available modules:

  • Wishlist - Endpoints for managing wishlists
  • Vehicles - Endpoints for managing vehicles [PREVIEW]
Operations

Payment Cards

TODO

Operations

Plugins

TODO

Operations

Promotions

This API provides various methods for managing promotions.

Clients can retrieve available promotions id or phone number, redeem promotions, and view redeemed ones.

Operations

Reports

Endpoint that provides method(s) for returning various types of reports. Reports could be either of standard type or could be individually configured for clients.

Examples of reports:

  • New customers last 24 hours
  • Deleted customers last 24 hours
  • Bonus transactions made by customer
  • +++

Some reports that have a high volume response, may return the result in pages. This requires the client to iterate through each page to fetch the entire result.

In reports with paging functionality, a metaData object will contain paging information:

{
  "metaData": {
      "reportType": "customers",
      "totalRecords": 12,
      "totalPages": 1,
      "activePage": 1
    }  
}
  • totalRecords = Number of records available through all pages
  • totalPages = How many pages available containing data
  • activePage = Which page the client is on

To control wich page to fetch data from and how many records that should be return on each page use querystring parameters.

  • page = from wich page should the dataset be fetched from (default = 1)
  • rowsPage = how many results per page that should be returned (default = 25)

Please contact us for further information on your possiblites.

Operations

Stores

Endpoint for Stores

Operations

Transactions

Endpoint for transactions

Operations

Triggers

Endpoints that enables triggering automations through the API.

Automations is a feature that simplifies and speeds up repetitive tasks. It helps marketers send emails, post on social media, and manage customer data more efficiently

Operations

Vipps

Endpoint for Vipps integration

Operations