Testing the API with Talend Cloud API Tester
Last updated: 9/9/2026
Once you have enabled an API on your dataset, you can use Talend Cloud API Tester to
send requests and test your API.
Before you begin
Procedure
Results
{
"@odata.context": "https://company-talend-com.eu.talend-dataset.com/apis/customers-api-2PZPTB/$metadata#customers",
"value":[
{
"customer_age": "36",
"id": "g9wjC",
"customer_name": "Franklin Washington",
"customer_city": "Olympia",
"customer_street": "North Erringer Road"
},
{
"customer_age": "68",
"id": "EVFMD",
"customer_name": "Ronald Van Buren",
"customer_city": "Olympia",
"customer_street": "Bayshore Freeway"
}
]
}