Viewcy API
Viewcy API (v2025_06) — API for third-party integrations.
Base URL
All API requests should be made to:
https://api.viewcy.com/2025_06
Authentication
Authenticate by passing your API token as a Bearer token in the Authorization header:
Authorization: Bearer YOUR_API_TOKEN
You can generate API tokens from your Viewcy account settings in the Developer Zone section.
Pagination
List endpoints return paginated results. The response includes:
page— current page numbertotalPages— total number of pagesperPage— items per page (default: 25)totalCount— total number of items
Use the page and perPage query parameters to navigate through results.
Rate Limits
Read operations are rate limited to 60 per minute.
Write operations are rate limited to 20 per minute.
Please contact Viewcy if your integration requires higher limits.
Error Responses
The API uses standard HTTP status codes:
401— Authentication required or invalid token404— Resource not found429— Rate limited
Error responses follow this format:
{
"object": "error",
"status": 401,
"message": "Authentication required"
}
OpenAPI Specification
The full OpenAPI spec is available at:
https://developer.viewcy.com/openapi/2025_06_viewcy_api.yaml
API Versioning and Development
The API is in development. We will be adding new endpoints over time.
The API is versioned, any breaking changes in the API will be released as a new version.
Get help
If you have any questions reach us at developer-support@viewcy.com