List offer sources
List all offer sources
query Parameters
statusStatus of resource
idCategoryOptional category ID to filter by
List offer sources › Responses
List of offer sources
idOfferSourceID of the offer source
offerSourceNameOffer source's name.
statusidCategoryID of the parent category
categoryNameName of the parent category
Find offer source by ID
Retrieve an offer source by ID
query Parameters
idOfferSourceThe ID of the offer source
Find offer source by ID › Responses
The requested offer source
idOfferSourceID of the offer source
offerSourceNameOffer source's name.
Query parameters to add to the url. Tokens can be used as values.
postbackSubIdName of the subid parameter your offer source sends back to FunnelFlux when a conversion occurs
postbackTxIdName of the unique transaction id parameter your offer source sends back to FunnelFlux when a conversion occurs
postbackPayoutName of the payout parameter your offer source sends back to FunnelFlux when a conversion occurs
statusidCategoryCategory ID. Empty if uncategorized
Free form object to store any custom data
Find offer sources by ID list
Retrieve all offer sources with the specified ids
query Parameters
idOfferSourcesList of the offer source IDs to retrieve
Find offer sources by ID list › Responses
List of offer sources with the specified ids
idOfferSourceID of the offer source
offerSourceNameOffer source's name.
Query parameters to add to the url. Tokens can be used as values.
postbackSubIdName of the subid parameter your offer source sends back to FunnelFlux when a conversion occurs
postbackTxIdName of the unique transaction id parameter your offer source sends back to FunnelFlux when a conversion occurs
postbackPayoutName of the payout parameter your offer source sends back to FunnelFlux when a conversion occurs
statusidCategoryCategory ID. Empty if uncategorized
Free form object to store any custom data
Find offer sources by status
Retrieve all offer sources with the specified status. Returns slim projection (same as list endpoint). Use find/byId for full objects.
query Parameters
statusStatus of resource
Find offer sources by status › Responses
List of offer sources with the specified status
idOfferSourceID of the offer source
offerSourceNameOffer source's name.
statusidCategoryID of the parent category
categoryNameName of the parent category
Find offer sources by category
Retrieve all offer sources under the specified category
query Parameters
idCategoryParent category of resource
Find offer sources by category › Responses
List of offer sources
idOfferSourceID of the offer source
offerSourceNameOffer source's name.
Query parameters to add to the url. Tokens can be used as values.
postbackSubIdName of the subid parameter your offer source sends back to FunnelFlux when a conversion occurs
postbackTxIdName of the unique transaction id parameter your offer source sends back to FunnelFlux when a conversion occurs
postbackPayoutName of the payout parameter your offer source sends back to FunnelFlux when a conversion occurs
statusidCategoryCategory ID. Empty if uncategorized
Free form object to store any custom data
Save offer source
Update an existing offer source. The id cannot be changed.
Save offer source › Request Body
idOfferSourceID of the offer source
offerSourceNameOffer source's name.
Query parameters to add to the url. Tokens can be used as values.
postbackSubIdName of the subid parameter your offer source sends back to FunnelFlux when a conversion occurs
postbackTxIdName of the unique transaction id parameter your offer source sends back to FunnelFlux when a conversion occurs
postbackPayoutName of the payout parameter your offer source sends back to FunnelFlux when a conversion occurs
statusidCategoryCategory ID. Empty if uncategorized
Free form object to store any custom data
Save offer source › Responses
Offer source updated successfully
Create offer source
Create a new offer source
Create offer source › Request Body
idOfferSourceID of the offer source
offerSourceNameOffer source's name.
Query parameters to add to the url. Tokens can be used as values.
postbackSubIdName of the subid parameter your offer source sends back to FunnelFlux when a conversion occurs
postbackTxIdName of the unique transaction id parameter your offer source sends back to FunnelFlux when a conversion occurs
postbackPayoutName of the payout parameter your offer source sends back to FunnelFlux when a conversion occurs
statusidCategoryCategory ID. Empty if uncategorized
Free form object to store any custom data
Create offer source › Responses
Offer source created successfully
Duplicate offer source
Create duplicate of existing offer source.
query Parameters
idOfferSourceID of the offer source to duplicate.
Duplicate offer source › Request Body
nameName for the new asset
parentIdOptional parent/category ID for the new asset
Optional field overrides to merge into the duplicated asset. Keys are JSON field names (e.g. baseURL, trackingFieldSlots). Protected fields (ID, owner, status) cannot be changed via this field — they are always set by the server after the merge.
Duplicate offer source › Responses
The newly created offer source
idID of the newly created asset
Move offer sources to a category
Move the specified offer sources to a category
Move offer sources to a category › Request Body
entriesList of asset IDs to move
idCategoryTarget category ID (empty string to remove from category)
Move offer sources to a category › Responses
Offer sources moved successfully