Create brand
documentedCreate a new Brand with name, photo_url, website and optional fields.
POST /api/v2/brands/Brandsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://snip.ly/api/v2/brands/" \
-X POST \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"name": "{{$name}}", "photo_url": "{{$photo_url}}", "website": "{{$website}}", "custom_url": "{{$custom_url}}", "custom_url_alternate": "{{$custom_url_alternate}}", "custom_code": "{{$custom_code}}", "archived": {{$archived}}}'