Integrations
Fetch all integrations
Integrations
Fetch all integrations
Fetch all the integrations in the current company.
GET
/transform/v1/integrations
Bearer*
curl --request GET \
--url https://api.invopop.com/transform/v1/integrations \
--header 'Authorization: Bearer <token>'
Response
created_at
string
First or queried timestamp when the first entry in the page was created.
limit
integer
Maximum number of objects returned in a page.
list
array
List of objects.
next_created_at
string
Timestamp that indicates the start of the next page of results, if any.
curl --request GET \
--url https://api.invopop.com/transform/v1/integrations \
--header 'Authorization: Bearer <token>'