Customer.IO
Overview
This is a walk-through on how to get the token required to integrate Entitle with your Customer.io account.
π‘ The manual should be executed by a user with administrative privileges to customer.ioRetrieving the token
- Head to customer.io and log in with an account with administrative privileges.
- Go to Settings β Account Settings β Team Members
- Open βDeveloper Toolsβ in your browser
- Windows: Ctrl + F12
- Mac: Function (Fn)/GlobeΒ key + F12
The following areas should now be open:

In the βDeveloper Toolsβ go to the Network tab

- Now refresh the page
- Windows: Ctrl + F5
- Mac: Function (Fn)/GlobeΒ key + F5
- Many requests should now appear in the Network tab.
- Filter the requests by typing βfly.customer.io usersβ into the βFilter URLsβ section of the βDeveloper Toolsβ. (the spacing between the words is necessary).
There should be only one request displayed at this point.

- Click on the request. A tab with information about the request should open on the right side of the screen.
- In the request tab go to the βHeadersβ section.
- Look at the βRequest Headersβ section.
- Look at the Authorization header its value should be structured the following way:
βBearer β - The token required for the Entitle integration is the section of this header, save it.
Entitle configuration
Important
This applies to creating an integration either through Entitle on Pathfinder or through the Entitle standalone product.
The Entitle configuration structure is very simple and requires only the token retrieved in the previous section.
{
"token": "<YOUR_CUSTOMERIO_TOKEN>"
}
Updated 2 months ago
Whatβs Next