Encode IDs
Encoding / Decoding
Encode IDs
POST
Encode IDs
Encode numeric Everflow IDs into their encoded string representation. This is useful when constructing tracking links or any context where encoded IDs are required instead of raw numeric values. The
type field determines the encoding context.Authorizations
The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.
Body
application/json
The encoding context type. Determines how the IDs are encoded.
Available options:
tracking_link_affiliate, tracking_link_offer, smart_link_affiliate, smart_link_smart_link, signup_affiliate_employee, signup_advertiser_employee, signup_affiliate_affiliate Array of numeric IDs to encode.
Response
200 - application/json
Array of encoded values corresponding to the input IDs.
