curl --request GET \
--url https://api.aries.com/v1/logos/sync \
--header 'Authorization: Bearer <token>'Synchronize and update company logo database with latest brand assets. Keep logos up to date for consistent branding across applications.
Use Case: Run nightly sync to ensure all company logos are up-to-date with latest brand changes.
curl --request GET \
--url https://api.aries.com/v1/logos/sync \
--header 'Authorization: Bearer <token>'OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Comma-separated logo field names to return. Required.
"logo_light,logo_dark,mark_light,mark_dark"
Only return logos updated since this Unix timestamp
x >= 0Auto-generate composite marks
Composite radius (0-50)
0 <= x <= 50Scale for image URLs
Page offset (0-based)
x >= 00
Number of results per page (1-1000)
1 <= x <= 100010
Was this page helpful?