cURL
curl --request GET \ --url https://api.eflow.team/v1/affiliates/session \ --header 'X-Eflow-Api-Key: <api-key>'
{ "user": { "network_affiliate_user_id": 123, "email": "<string>", "first_name": "<string>", "last_name": "<string>" }, "network_affiliate_id": 123, "network_id": 123 }
Returns the authenticated user’s current session information. Includes details about the logged-in user, their permissions, and session metadata.
The affiliate's API key generated from the Affiliate Portal. Uses the X-Eflow-Api-Key header.
OK
The authenticated user's details.
Show child attributes
The affiliate account ID.
The network ID.
Was this page helpful?