Skip to main content

Customer.io Track Keys

Description

General

  • Documentation: https://customer.io/docs/api/#section/Overview

  • Summary: Customer.io is a tool which helps sending automated messages to customers via various channels (emails, push notifications, SMS, ...). The API is divided in two parts. The App API is the part where campaigns, messages, and segments are created and managed. The token for this API is a 32 length string. It is used as Bearer token on direct HTTP calls but it can also be used via the API clients (Python, NodeJS, GO and Ruby at the time of writing).

  • IPs allowlist: As of the time of writing this documentation, this feature is not yet supported.

  • Scopes: Customer.io support workspaces separation, which split and isolate data. Each token is associated to a specific workspace and restricted to it.

Revoke the secret

All credentials can be accessed and revoked from the backoffice and can be revoked at any time.

Check for suspicious activity

As of the time of writing this documentation, this feature is not yet supported.

Details for Customer io track keys

  • Family: Api

  • Category: Messaging system

  • Company: Customer.io

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 2

  • Occurrences found for one million commits: 0.03

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: true
- type: ContentWhitelistPreValidator
patterns:
- customer[._-]?io

Examples

- text: |
CUSTOMERIO-SITE-ID = "f82ad78f695bd32f9d99";
CUSTOMERIO-API-KEY = "1a621ef65edfe6d3b6ae";
client_id: f82ad78f695bd32f9d99
client_secret: 1a621ef65edfe6d3b6ae
- text: |
customerio-siteId = "f82ad78f695bd32f9d99"
customerio-apiKey = "1a621ef65edfe6d3b6ae"
client_id: f82ad78f695bd32f9d99
client_secret: 1a621ef65edfe6d3b6ae

Details for Customer io track encoded keys

  • Family: Api

  • Category: Messaging system

  • Company: Customer.io

  • High recall: False

  • Validity check available: True

  • On-premise instances exist: False

  • Only valid secrets raise an alert: False

  • Minimum number of matches: 1

  • Occurrences found for one million commits: 0.02

  • Prefixed: False

  • PreValidators:

- type: FilenameBanlistPreValidator
banlist_extensions: []
banlist_filenames: []
check_binaries: false
include_default_banlist_extensions: true
ban_markup: true
- type: ContentWhitelistPreValidator
patterns:
- customer[._-]?io

Examples

- text: CUSTOMERIO-TRACK-API-KEY = "FSY7ZmQyN2B2RvVnZDAiWjCnVDc6UFE0PTDlAAYxZWSiBzSkM2Q2CZV=";
apikey: FSY7ZmQyN2B2RvVnZDAiWjCnVDc6UFE0PTDlAAYxZWSiBzSkM2Q2CZV=
- text: customerio-key = "DTY0UmHyN8I2MqUnZBAyZtQhNAc1MTE3OPVlQTCxZWZmYgJkI7"
apikey: DTY0UmHyN8I2MqUnZBAyZtQhNAc1MTE3OPVlQTCxZWZmYgJkI7

How can I help you ?