Welcome to Swiftly's Data Developer Portal!
We provide APIs for all of your Swiftly data needs
We provide APIs for all of your Swiftly data needs

Our APIs can be used for mission-critical systems.
Our APIs define the industry's standards.
From refresh requests to tenant store details
We are the Data Team here at Swiftly. Our scalable data pipelines are developed to provide users with current and accurate data. This developer portal provides an internal API platform that consumers can use to retrieve and update data. We want to provide the best user experience.
Our goal is to provide seamless integration between the Data Platform and downstream services. We decided that an API platform is necessary to expose REST endpoints for services to consume.  The Data API allows services to interact with the data platform without having to understand the underlying data structures and eliminates the need to connect to multiple data sources like Databricks to read and write data.
Our store endpoints are able to list stores by tenant, retrieve detailed store information, or update store details
Request refreshes and get refresh status information for all of our domains such as stores, products, and user segments
Segments Refresh Request consists of two endpoints for requesting an EventHub data refresh for a segment and checking the status of a pending refresh request. Here is an example of creating a refresh request.
POST /v1.0/refresh-request/create
{
"tenant_id": "nnco",
"domain": "segments",
"domain_item_id": "7d334e64-d0d3-4941-be6c-f59f781d6"
}
Powered by Azure API Management.