APIs & Integrations

kmuenze
参加者 | Platinum Partner
参加者 | Platinum Partner

Finding the hapiKey for my developer account

解決

Hi There,

I cannot find the hapikey necessary to create a workflow extension. (https://api.hubapi.com/automationextensions/v1/definitions)

 

I've tried every apikey from all of my accounts and all of them return:

{
    "status""error",
    "message""This hapikey (xxxxxxxx-1ddc-41c6-xxxx-86aea9164e2b) does not have proper permissions! (requires all of [developers-read])",
    "correlationId""aa90be64-dd77-4ca6-819e-4ca8cf75aaa5"
}
Can you point me in the right direction?
 
 
 
0 いいね!
1件の承認済みベストアンサー
WendyGoh
解決策
HubSpot Employee
HubSpot Employee

Finding the hapiKey for my developer account

解決

Hey @kmuenze,

 

When looking to create a workflow extension definition via 

POST https://api.hubapi.com/automationextensions/v1/definitions?hapikey=<<hapikey>>&applicationId=<<app ID>

 

You'd need to ensure that the hapikey is the Developer API key from the developer account where your app is defined. Here's the step by step guide on where to get your developer API key within your app dashboard: Developer API keys

元の投稿で解決策を見る

2件の返信
WendyGoh
解決策
HubSpot Employee
HubSpot Employee

Finding the hapiKey for my developer account

解決

Hey @kmuenze,

 

When looking to create a workflow extension definition via 

POST https://api.hubapi.com/automationextensions/v1/definitions?hapikey=<<hapikey>>&applicationId=<<app ID>

 

You'd need to ensure that the hapikey is the Developer API key from the developer account where your app is defined. Here's the step by step guide on where to get your developer API key within your app dashboard: Developer API keys

kmuenze
参加者 | Platinum Partner
参加者 | Platinum Partner

Finding the hapiKey for my developer account

解決

Thnk you so much - not sure how I missed that gigantic button.

0 いいね!