GET /core-pathname/:trafficSourceIdAuthorization header of the request. The token must be obtained through the user authentication route.Authorization: Bearer <your-token-here>CorePathnames belonging to the TrafficSource specified in the URL. The route requires authentication.trafficSourceId | string | ID of the traffic source for which to list the CorePathnames. | Yes |page | number | Number of pages to return. | 1 |
| limit | number | Number of items per page. | 10 |200 OKCorePathnames and pagination information.json
{"date": [{"id": "l1m2n3o4-p5q6-7890-1234-567890abcdef","value": "/api/v1/orders/:orderId","trafficSourceId": "c1d2e3f4-g5h6-7890-1234-567890abcdef","createdAt": "2025-07-10T18:00:00.000Z"},{"id": "m2n3o4p5-q6r7-8901-2345-678901abcdef","value": "/api/v1/users/:userId","trafficSourceId": "c1d2e3f4-g5h6-7890-1234-567890abcdef","createdAt": "2025-07-10T18:05:00.000Z"}],"meta": {"total": 2,"page": 1,"limit": 10}}
json
{"data": [],"meta": {"total": 0,"page": 1,"limit": 10}}
401 Unauthorized403 ForbiddenCorePathnames for this traffic source. - Code: 404 Not FoundTrafficSource with the provided ID was not found.500 Internal Server Error