curl --request GET \
--url https://api.wirespeed.co/integration/{integrationId}/odoo-helpdesk/stages \
--header 'Authorization: Bearer <token>'{
"stages": [
{
"id": 123,
"name": "<string>"
}
],
"suggestedMapping": {},
"hasDefaultStages": true
}curl --request GET \
--url https://api.wirespeed.co/integration/{integrationId}/odoo-helpdesk/stages \
--header 'Authorization: Bearer <token>'{
"stages": [
{
"id": 123,
"name": "<string>"
}
],
"suggestedMapping": {},
"hasDefaultStages": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Odoo Helpdesk integration ID