Skip to content
Advertisement

Somehow the API is not getting my parameters sent via cURL, how could I get this working?

I have the following cURL function:

JavaScript

All that I’m getting as a response is that the email is missing.

I’ve read the documentation, all they have about this specific requisition is:

Definition: GET https://api.leaddyno.com/v1/affiliates/by_email

Curl:

JavaScript

That’s a dummy private key, of course. I would appreciate any help.

Advertisement

Answer

This:

JavaScript

is not the sort of array it’s expecting.

JavaScript

is likely what you need.

User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement