Skip to main content
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

X-Eflow-Api-Key
string
header
required

The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.

Body

application/json
type
enum<string>
required

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
ids
string[]
required

Array of encoded string values to decode.

Response

200 - application/json
values
object[]

Array of decoded values corresponding to the input strings.