Hi all,
I am trying to estaablish a flow that interfaces the Perdoo API (https://api-docs.perdoo.com/)
I can make the flow work from a browser, but I cannot figure out how to specify correctly the email and password required to obtain the token (https://api-eu.perdoo.com/api-token-auth)
Using the HTTP step
- Method: POST
- URI: https://api-eu.perdoo.com/api-token-auth
- Header:
-- Content-Type: application/vnd.api+json
I've tried specifying credentials using basic authorisation, but below fault is returned independently of whether I do that or not.
Where I think it goes wrong is how to specify the body.
The fault returned is:
"{"errors":{"email":["This field is required."],"password":["This field is required."]}}"
Any help is appreciated
Thanks