--- title: 'Zeplin' description: '' --- # Zeplin undefined | Detail | Value | |---|---| | Category | Design | | Base URL | `https://api.zeplin.dev/v1` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `zeplin` | ## Using Zeplin in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Zeplin** 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 ](./get_list_projects_0) | List Projects | | [GET ](./get_list_screens_1) | List Screens | | [GET ](./get_list_components_2) | List Components | | [GET ](./get_list_styleguides_3) | List Styleguides | | [GET ](./get_get_screen_4) | Get Screen | | [GET ](./get_list_organizations_5) | List Organizations | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.