REMINDER
Please be respectful of all AppDragers! Keep it really civil so that we can make the AppDrag community of builders as embracing, positive and inspiring as possible.
cURL APIKey
-
Where and how do I put the APIkey in cURL?
I tried to put the following code
{
"DATA": "test",
"APIKey": "my api key"
}in the body of a Postman request, but I keep getting the following error:
{ "status" : "KO", "error" : "Invalid APIKey" }
-
oops ... forgot that the Content-Type needs to be application/x-www-form-urlencoded ... and not application/json ...