Reference
- Asana
- Azure DevOps
- Box
- ClickUp
- Confluence
- Facebook Ads
- GitHub
- Gmail
- Google Calendar
- Google Drive
- Google Sheets
- HubSpot
- POSTCreate Record Companies
- POSTCreate Record Contacts
- POSTCreate Record Deals
- POSTCreate Record Engagements
- POSTCreate Record Any
- POSTUpdate Record Companies
- POSTUpdate Record Contacts
- POSTUpdate Record Deals
- POSTUpdate Record Engagements
- POSTUpdate Record Any
- POSTGet Records Companies
- POSTGet Records Contacts
- POSTGet Records Deals
- POSTGet Records Engagements
- POSTGet Records Any
- POSTGet Record By ID Companies
- POSTGet Record By ID Contacts
- POSTGet Record By ID Deals
- POSTGet Record By ID Engagements
- POSTGet Record By ID Any
- POSTSearch Records Companies
- POSTSearch Records Contacts
- POSTSearch Records Deals
- POSTSearch Records Engagements
- POSTSearch Records Any
- POSTDelete Record Companies
- POSTDelete Record Contacts
- POSTDelete Record Deals
- POSTDelete Record Engagements
- POSTDelete Record Any
- POSTGet Contacts By List ID
- POSTDescribe Action Schema
- POST
- Jira
- Marketo
- Notion
- Microsoft Outlook
- Salesforce
- Shopify
- Slack
- Zendesk
- Zoom
HubSpot
Get Record By ID Companies
POST
/
projects
/
{project_id}
/
actions
/
#HUBSPOT_GET_RECORD_BY_ID_COMPANIES
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#HUBSPOT_GET_RECORD_BY_ID_COMPANIES' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "HUBSPOT_GET_RECORD_BY_ID_COMPANIES",
"parameters": {
"recordId": "<string>"
}
}'
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Your Paragon Project ID
Body
application/json
Response
200
Success
Was this page helpful?
curl --request POST \
--url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#HUBSPOT_GET_RECORD_BY_ID_COMPANIES' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"action": "HUBSPOT_GET_RECORD_BY_ID_COMPANIES",
"parameters": {
"recordId": "<string>"
}
}'