Forums
Test POST TOKEN
2 months ago by Quentin
Hello,
i would like to get a token with a POST method.
curl -X POST 'https://atlas-sandbox.jooraccess.com/auth/' --header 'content-type: multipart/form-data; boundary=---011000010111000001101001' --form 'client_id=ua3feFAE8a3kln8883Fjka93jkafliej3fnFN3k3a' --form 'grant_type=password' --form 'client_secret=478UY5q9Kc3sfwPc8yWmFipqvKtcUueWVWAOdAMeQtTICsPfghwWIIxmKVzxamNEtJ0DzCbo6DlVoniav52LOzltpNPVkOXr2i0ToNFTqlpitUMdaFBvqECsa26ug2uq' --form 'username=[email protected]' --form 'password=S3CUR3pa$$w0rd'
{"error": "invalid_client"}
i used the default values in documentation and i have this response : {"error": "invalid_client"}
i don't know if i did a bad request or if the problem is it in your side.
Can you help me ?