SEI API Guide
The SEI services API documentation is now available. You can access it here: SEI Services API Documentation
Overview
Service endpoint
A service endpoint is the base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoints and all URIs below are relative to this service endpoint:
Authentication
Use a Propelo API key in the Authorization header:
The API Key can be generated from the SEI application. You can follow the steps below to generate an API Key in SEI.
Select the Settings icon in the left navigation menu
Select the API KEYS tile under the Integration & Data Settings
Click on the Create API Key button at the top right corner
Add a name and description for the API Key
Choose the role as either Admin or Ingestion. For this use case select the role of Admin.
Click on the Create button to generate the API Key.
Content-Type
All payloads are to be in JSON format. Use the following header when making requests:
Pagination
Some API endpoints that return a list of records support pagination to manage large datasets efficiently.
Request Parameters
Include these parameters in your request payload to control pagination:
Response Metadata
The response will include a _metadata object with pagination information:
This metadata helps you determine how much more data is available for retrieval in subsequent requests.
Last updated