Need a Access token for API

This should be no problem, or am i missing something here, can you describe what your issue here is?

The other colleagues can also contribute here :wink:

I have two services running api and frontend like:

  • api
  • frontend
  • docker-compose.yml

I have placed manifest.json inside the frontend service
i.e frontend/.calponia/manifest.json

Will this work?

No, the manifest has to be placed at .calponia/manifest.json insted of frontend/.calponia/manifest.json . Checkout the Documentation | PANTARIS

1 Like

Thanks again.

In this case we will publish several (actually many versions) for test purpose. please don’t be disturbed with that. And also please approve our review request asap.

we are really appreciate for your support!

Hi
We are trying to call this API at ‘https://api.pantaris.io/v2/accesstokens/{ids}’ by passing the access token ID, but we keep receiving a null token in the response every time. Can you provide a solution for this issue? Additionally, we need to retrieve the access token value based on its ID. Thank you!!

Hi @roopabasavaraj.purat

like the api-documentation describes “The actual access token, only returned on create”. You won’t be able to get the token-value by id for security-reasons.