user3552401
user3552401

Reputation:

How can I programmatically get the app token of an application that I create?

I am using the podio-php api to create an application, however the application that I dynamically create requires a webhook. Since the webhook requires the app_id and app_token of the app, how would I be able to programmatically retrieve the app_token? (I have already contacted support to apply for access, they redirected me to the podio stackoverflow tag)

Upvotes: 2

Views: 133

Answers (1)

Ajmal VH
Ajmal VH

Reputation: 1691

You can get the token from Get app API method in Podio. But you need special privilege for your API Client/Secret to do that. For normal API Client the token field will be empty. You can get the special privilege to your Client Id by writing to Podio.

Upvotes: 1

Related Questions