Please help me connect my APIs in evoliz.io it has an error of Unauthenticated

I am trying to fetch the data from my API account but it wont let me go through. I already tried to hardcode the Bearer <access_token> but it still has the same error.

first is I log in using the public key and secret key and it was successful but it doesn't work when I use the token for the bearer .

Header
Authorization: Bearer <access_token>

Is there something that I am missing?

Hi @Antoine_Villanueva, I think you're missing the endpoint. I checked the Evoliz API documentation and found that you need to pass the company ID: v1/companies/{companyid}/quotes.