Hi! I’m trying to use the TheirStack API (api.theirstack.com) with the...
Hi! I’m trying to use the TheirStack API (api.theirstack.com) with the HTTP API with JWT Authentication module. The API has a token than when authenticating with email and password returns an access token: https://api.theirstack.com/#tag/Auth/operation/login_via_body_token_from_json_post But when trying to set that up the JWT auth account in Clay, I get this generic error message: In the network tab what I see is a request to https://api.clay.com/v3/app-accounts/jwt/http-jwt-auth, with this response:
{"success":false,"appAccount":null}
The endpoint receives the username and password in the body of a POST request, just the same way as Clay sends it, and it returns a json containing the access token. But Clay still returns an error. What am I doing wrong? Here’s the URL of the table but it has basically no data, the goal of it was trying to set up the HTTP with JWT Authentication module.