Skip to main content

What Are Integrated Accounts?

Integrated Accounts represent connections to external services. When a user connects their Shopify store, ShipHero account, or FedEx credentials, an Integrated Account is created.

View Connected Accounts

https://ipaas.usehandled.io/integrated-accounts
Each account shows:
FieldDescription
Account IDUnique identifier
Tenant IDYour customer identifier
IntegrationThe connected service
Connected OnWhen the connection was made

Connect via API

Generate a link token to start the connection flow:
curl -X POST 'https://api.usehandled.io/api/v1/ipaas/link-token' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
    "tenant_id": "customer-123"
  }'
Response:
{
  "link_token": "abc123-def456-ghi789"
}
Use the token to open the connection UI:
https://ipaas.usehandled.io/connect-account?link_token={link_token}

Connect via Dashboard

1

Open Integrated Accounts

Go to Integrated Accounts
2

Start Connection

Click Connect Account
3

Enter Tenant ID

Enter a Tenant ID (your customer’s identifier)
4

Get Link

Click Get connection link
5

Share or Open

Share the link or open it to connect

Embed in Your Application

Use the Link SDK to embed the connection flow in your app. See the Link SDK documentation for details.

What You Can Do

With a connected account:
  • Make API calls - Use Unified and Proxy APIs
  • View logs - Monitor API activity
  • Run sync jobs - Automate data synchronization