cURL
curl --request GET \ --url http://localhost:3001/portal-api/products/{product_id}/client_types \ --header 'Authorization: <api-key>'
[ { "ID": 1, "Name": "foo" } ]
List all client types attached to this API Product
UID of a Client Type
1
List of client types successfully retrieved
UID of this client type
Name of this client type
"foo"
Was this page helpful?