POST /core-pathname/:trafficSourceIdAuthorization header of the request. The token must be obtained through the user authentication route.Authorization: Bearer <your-token-here>CorePathname. This route is typically used internally by the system or by collection agents that have already performed route normalization. It associates a route template with a TrafficSource.trafficSourceId | string | Traffic source ID. | Yes |value | string | The route template (e.g., /users/:userId/posts). | Yes |json
{"value": "/api/v1/orders/:orderId"}
201 CreatedCorePathname object that was created.json
{"id": "l1m2n3o4-p5q6-7890-1234-567890abcdef","value": "/api/v1/orders/:orderId","trafficSourceId": "c1d2e3f4-g5h6-7890-1234-567890abcdef","createdAt": "2025-07-10T18:00:00.000Z"}
400 Bad Request
401 Unauthorized
403 Forbidden
CorePathname to this traffic source.404 Not Found
TrafficSource with the provided ID was not found.409 Conflict
CorePathname with this value already exists for this TrafficSource.500 Internal Server Error