ILS Prospect Creation
Overview
Fortress provides a dedicated endpoint for Internet Listing Services (ILS) to create prospects directly in Fortress. This page explains the request flow, authentication requirements, and expected request/response payloads.
Use your ILS API key for this integration. This key is separate from standard Fortress API keys.
How ILS Prospect Creation Works
- Vendor sends a POST request to the ILS prospects endpoint.
- Fortress validates the API key and request payload.
- Fortress creates a prospect record and returns the created object.
API Endpoint
Base URL
https://api-prod.fortresstech.io
Headers
Request Body
Content type: application/json
Example Request (cURL)
Responses
Example Success Response
Getting Started
- Request onboarding for ILS prospect ingestion and obtain your dedicated API key.
- Send a POST request to
/external-api/ils-prospectswithx-api-keyand a valid JSON body. - Store the returned prospect
idfor traceability in your integration.

