I'm attempting to integrate with Star Infinity and use its API to create an attribute (it's a tool quite similar to Airtable).
I am following their API documentation, but it's returning a 404 error.
I have tried using a bearer token and also by creating an app.
Could someone please assist?
You are including { }
around your auth key, which is incorrect.
Delete the curly brackets.
It should look like this:
Bearer TOKEN_GOES_HERE
For more information,
You can complete this brand new course/tutorial in the callin.io Academy on how to use external APIs — API calls with HTTP modules
- API and Endpoints
- Header and body
- Multipart/form-data
- OAuth 2.0
–
Join the callin.io Fans Discord server to chat with other makers!
The subsequent issue, as indicated by the following error message:
You entered an Absolute (full) URL in the URL field.
If you read the description below the URL field, it states:
Enter a path relative … for example …
Join the callin.io Fans Discord server to chat with other makers!
Why are you placing forward slashes before each double quote?
"
I understand this might seem overly cautious, but it's best to refrain from sharing even small portions of your tokens online.
As a security measure, it's always a good idea to review screenshots for any tokens before posting them, given that the community forum is publicly visible.
Also, remember to update your token afterward.
Additionally, because you're utilizing the app's universal module, the connection inherently includes the authorization headers. It's advisable not to manually configure the authorization header, as this could potentially lead to conflicts with the existing connection settings.