APIs & Integrations

kmuenze
Participant | Partenaire solutions Platinum
Participant | Partenaire solutions Platinum

Finding the hapiKey for my developer account

Résolue

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 Votes
1 Solution acceptée
WendyGoh
Solution
HubSpot Employee
HubSpot Employee

Finding the hapiKey for my developer account

Résolue

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

Voir la solution dans l'envoi d'origine

2 Réponses
WendyGoh
Solution
HubSpot Employee
HubSpot Employee

Finding the hapiKey for my developer account

Résolue

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
Participant | Partenaire solutions Platinum
Participant | Partenaire solutions Platinum

Finding the hapiKey for my developer account

Résolue

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

0 Votes