APIs & Integrations

kmuenze
Participant | Platinum Partner
Participant | Platinum Partner

Finding the hapiKey for my developer account

SOLVE

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 Accepted solution
WendyGoh
Solution
HubSpot Employee
HubSpot Employee

Finding the hapiKey for my developer account

SOLVE

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

View solution in original post

2 Replies 2
WendyGoh
Solution
HubSpot Employee
HubSpot Employee

Finding the hapiKey for my developer account

SOLVE

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 | Platinum Partner
Participant | Platinum Partner

Finding the hapiKey for my developer account

SOLVE

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

0 Upvotes