REST API Configuration
Accessing REST API Configuration
Log in to the Twinr Builder Portal
From the left navigation menu, select REST API (or API Calls)
The REST API page opens, showing:
A list of all created APIs
Options to Create, Edit, or Delete APIs
Creating a New REST API

Click Create API Call
Fill in the required details:
Name β Enter a readable name to identify this API inside Twinr (used while selecting APIs in native screens).
Endpoint URL β The REST API endpoint from which Twinr will fetch dynamic data.
Items Path (JSON) β The JSON path pointing to the array/list in the API response that should be rendered in native elements (e.g.,
data.items,products).Headers β Optional request headers required by the API, such as authorization tokens or custom keys.
+ Add Header β Add multiple headers if your API requires more than one key-value pair.
Click Test API
The response preview helps validate the endpoint and structure
Click Create API Call
Once saved, the API becomes available for use in native screens.
Managing Existing APIs
From the REST API list page, you can:
Edit API β Update headers, endpoint, or response path
Test API β Re-validate response data
Delete API β Remove unused APIs
Last updated