--- title: 'Instagram' description: 'Manage Instagram Business accounts, publish media, and access insights.' --- # Instagram Manage Instagram Business accounts, publish media, and access insights. | Detail | Value | |---|---| | Category | Social Media | | Base URL | `https://graph.facebook.com/v19.0` | | Authentication | OAuth2 | | Endpoints | 5 | | Connector key | `instagram` | ## Using Instagram in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Instagram** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET /{userId}](./get_userid_social_getprofile) | Get user profile | | [GET /{userId}/media](./get_userid_media_social_listmedia) | List user media | | [POST /{userId}/media](./post_userid_media_social_createmedia) | Create a media container | | [POST /{userId}/media_publish](./post_userid_media_publish_social_publishmedia) | Publish media | | [GET /{userId}/insights](./get_userid_insights_social_getinsights) | Get account insights | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.