APIs & Integrations

kmuenze
Participante | Partner nivel Platinum
Participante | Partner nivel Platinum

Finding the hapiKey for my developer account

resolver

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 Me gusta
1 Soluciones aceptada
WendyGoh
Solución
HubSpot Employee
HubSpot Employee

Finding the hapiKey for my developer account

resolver

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

Ver la solución en mensaje original publicado

2 Respuestas 2
WendyGoh
Solución
HubSpot Employee
HubSpot Employee

Finding the hapiKey for my developer account

resolver

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
Participante | Partner nivel Platinum
Participante | Partner nivel Platinum

Finding the hapiKey for my developer account

resolver

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

0 Me gusta