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

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. Determines how the IDs are encoded.

Available options:
tracking_link_affiliate,
tracking_link_offer,
smart_link_affiliate,
smart_link_smart_link
ids
integer[]
required

Array of numeric IDs to encode.

Response

200 - application/json
values
object[]

Array of encoded values corresponding to the input IDs.