APIs & Integrations

kmuenze
Teilnehmer/-in | Platinum Partner
Teilnehmer/-in | Platinum Partner

Finding the hapiKey for my developer account

lösung

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 Upvotes
1 Akzeptierte Lösung
WendyGoh
Lösung
HubSpot Employee
HubSpot Employee

Finding the hapiKey for my developer account

lösung

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

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten
WendyGoh
Lösung
HubSpot Employee
HubSpot Employee

Finding the hapiKey for my developer account

lösung

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
Teilnehmer/-in | Platinum Partner
Teilnehmer/-in | Platinum Partner

Finding the hapiKey for my developer account

lösung

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

0 Upvotes