curl --request GET \
--url http://localhost:3001/portal-api/products \
--header 'Authorization: <api-key>'
[
{
"APIDetails": [
{
"APIID": "a0ce49d559ce49d64fe608ea3728082a",
"Name": "Payment API",
"Status": true
}
],
"AuthType": "<string>",
"DCREnabled": true,
"DisplayName": "<string>",
"Feature": true,
"Name": "<string>",
"Path": "<string>",
"ReferenceID": "<string>"
}
]
List all products available in the portal
curl --request GET \
--url http://localhost:3001/portal-api/products \
--header 'Authorization: <api-key>'
[
{
"APIDetails": [
{
"APIID": "a0ce49d559ce49d64fe608ea3728082a",
"Name": "Payment API",
"Status": true
}
],
"AuthType": "<string>",
"DCREnabled": true,
"DisplayName": "<string>",
"Feature": true,
"Name": "<string>",
"Path": "<string>",
"ReferenceID": "<string>"
}
]
Was this page helpful?