Zeplin integration (Design & Media, Productivity). Imported from open-connector.
https://api.zeplin.dev/v1/users/me
/users/me/projects
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. |
| offset | integer | optional | The number of items to skip. |
/projects/{projectId}
| Param | Type | Required | Description |
|---|---|---|---|
| projectId | string | required | The project ID to retrieve. |
/projects/{projectId}/colors
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. |
| offset | integer | optional | The number of items to skip. |
| projectId | string | required | The project ID. |
/projects/{projectId}/text_styles
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. |
| offset | integer | optional | The number of items to skip. |
| projectId | string | required | The project ID. |
/projects/{projectId}/screens/{screenId}/versions
| Param | Type | Required | Description |
|---|---|---|---|
| limit | integer | optional | The maximum number of items to return. |
| offset | integer | optional | The number of items to skip. |
| projectId | string | required | The project ID. |
| screenId | string | required | The screen ID. |