API
I get with call
curl -X POST https://api.poeditor.com/v2/contributors/list -D api_token=<valid token>
the response
{"response":{"status":"fail","code":"4012","message":"No data sent using POST method"}}%
1
vote

-
Hi,
It's -d not -D. Fix that and it should work fine.