Pria UI now available in Dark mode !
cURL
curl --request GET \ --url http://localhost:3000/api/agent/twins \ --header 'x-access-token: <api-key>'
{ "success": true, "data": [ { "_id": "<string>", "name": "<string>", "ainame": "<string>", "picture": "<string>", "about": "<string>", "status": "active", "publicId": "3c90c3cc-0d44-4b50-8888-8dd25736052a" } ] }
Retrieves a list of available digital twin instances the user has access to
JWT token passed in x-access-token header
Twins retrieved successfully
Show child attributes
Was this page helpful?