curl --request GET \
--url https://api.framen.com/vendor/{org_token}/screens
List Screens
Retrieve all screens in your organization.
Your organization token (e.g., Org_4KmTqZnWpLx).
Response
Returns an array of Screen objects.
Example Request
curl -X GET https://api.framen.com/vendor/Org_4KmTqZnWpLx/screens
Last modified on April 17, 2026