Hey,
I am trying out Webpushr and my usecases specifically need API access.
Tried the API playground and the Authentication worked fine, but no matter what I try in postman I keep on failing with “400 Bad Request”. Tried removing the header to see if I get a 401 error, but no luck.
Here is the code:
curl --location --request POST ‘https://api.webpushr.com/v1/authentication’
–header ‘webpushrKey: MYKEY’
–header ‘webpushrAuthToken: MYTOKEN’
–header ‘Content-Type: application/json’
–data-raw ‘{}’
Regards,
Ric