Decode IDs
Encoding / Decoding
Decode IDs
POST
Decode IDs
Decode encoded string representations back to their numeric Everflow IDs. This reverses the encoding performed by the encode endpoint. The
type field must match the encoding context used when the values were originally encoded.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. Must match the type used during encoding.
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 encoded string values to decode.
Response
200 - application/json
Array of decoded values corresponding to the input strings.
