Skip to main content
POST
Encode IDs
Encode numeric Everflow IDs into their encoded string representation. Certain resource IDs are encoded in Everflow URLs. For example, a tracking link like https://YOUR-DOMAIN.com/28KL6/2CTPL/ encodes partner ID 1 as 28KL6 and offer ID 1 as 2CTPL. It is normally not necessary to encode IDs yourself — they are encoded automatically when generating tracking links, signup URLs, etc. This endpoint is available for cases where you need encoded values for internal processes. The type field determines the encoding context:

Authorizations

X-Eflow-Api-Key
string
header
required

The Everflow API key generated from the Control Center > Security.

Body

application/json
type
enum<string>
required

The encoding context. Determines how the IDs are encoded based on their intended use.

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

The numeric IDs to encode.

Response

200 - application/json
values
object[]