Skip to main content
GET
/
vendor
/
{org_token}
/
screens
List Screens
curl --request GET \
  --url https://api.framen.com/vendor/{org_token}/screens

Documentation Index

Fetch the complete documentation index at: https://docs.framen.com/llms.txt

Use this file to discover all available pages before exploring further.

List Screens

Retrieve all screens in your organization.
org_token
string
required
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