Sniply
Link shortening with custom call-to-action overlays
| API | Protocol | Base URL | Docs | Reference | OpenAPI | SDKs |
|---|---|---|---|---|---|---|
| Main | rest | https://snip.ly/api/v2 | link | — | — | — |
Actions (18)
Brands · 4
- Create brandPOST /api/v2/brands/
Create a new Brand with name, photo_url, website and optional fields.
documented - Get brandGET /api/v2/brands/{brand_id}/
Retrieve details for a specific Brand by ID.
documented - List brandsGET /api/v2/brands/
Retrieve all Brand objects for the authenticated user.
documented - Update brandPUT /api/v2/brands/{brand_id}/
Update an existing Brand's properties (and archived flag if applicable).
documented
Call-To-Actions (CTAs) · 4
- Create CTAPOST /api/v2/ctas/
Create a new Call-to-Action for a Campaign with required message and campaign.
documented - Get CTAGET /api/v2/ctas/{cta_id}/
Retrieve details for a specific CTA by ID.
documented - List CTAsGET /api/v2/ctas/
Retrieve CTAs; can be filtered by brand or campaign via query parameters.
documented - Update CTAPUT /api/v2/ctas/{cta_id}/
Update an existing CTA's properties (and associated Campaign).
documented
Campaigns · 4
- Create campaignPOST /api/v2/campaigns/
Create a new Campaign with a brand association and optional name.
documented - Get campaignGET /api/v2/campaigns/{campaign_id}/
Retrieve details for a specific Campaign by ID.
documented - List campaignsGET /api/v2/campaigns/
Retrieve all Campaign objects for the authenticated user; supports archiving filter.
documented - Update campaignPUT /api/v2/campaigns/{campaign_id}/
Update an existing Campaign's properties (e.g., name, brand).
documented
Links · 4
- Create linkPOST /api/v2/links/
Create a new Sniply link for a given Campaign with a target URL.
documented - Get linkGET /api/v2/links/{link_slug}/
Retrieve details for a specific Sniply link by slug.
documented - List linksGET /api/v2/links/
Retrieve Sniply links; supports pagination via page and filtering by campaign.
documented - Update linkPUT /api/v2/links/{link_slug}/
Update an existing Sniply link's URL or Campaign.
documented