Dribbble
Design community and portfolio showcase platform
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://api.dribbble.com/v2 | link | — | — | — |
Actions (15)
Shots · 7
- Create attachmentPOST /shots/{shot}/attachments
Create an attachment for a shot.
documented - Create shotPOST /shots
Create a new shot for the authenticated user (requires upload scope).
documented - Delete attachmentDELETE /shots/{shot}/attachments/{id}
Delete an attachment for a shot.
documented - Delete shotDELETE /shots/{id}
Delete a shot owned by the authenticated user.
documented - Get shotGET /shots/{id}
Retrieve a single shot owned by the authenticated user.
documented - List user shotsGET /user/shots
List the authenticated user's shots.
documented - Update shotPUT /shots/{id}
Update attributes of an existing shot.
documented