cURL
curl --request GET \ --url https://api.veryfront.com/sandbox-sessions \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "short_id": "<string>", "endpoint": "<string>", "status": "pending", "created_at": "<string>" } ], "page_info": { "self": "<string>", "first": null, "next": "<string>", "prev": "<string>" } }
List all sandbox sessions owned by the authenticated user
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf__" - create via /api-keys endpoint.
Cursor for pagination (sandbox session ID)
Items per page
1 <= x <= 100
Paginated list of sandbox sessions
Show child attributes