get https://{hostname}/apikey-manager-api/v2/collections//endpoints
Lists all endpoints assigned to the contract and group where you created the collection. The API Endpoints API manages this operation's response data format.
Responses
Lists all endpoints assigned to the contract and group where you created the collection. The API Endpoints API manages this operation's response data format.
xxxxxxxxxx
curl --request GET \
--url https://hostname/apikey-manager-api/v2/collections/collectionId/endpoints \
--header 'accept: application/json'
xxxxxxxxxx
52}
{
"endpoints": [
{
"basePath": "/api",
"endpointId": 490125,
"endpointName": "API Demo",
"endpointProductionStatus": {
"status": "ACTIVE",
"version": 3
},
"endpointStagingStatus": {
"status": "DEACTIVATED",
"version": 1
},
"isProtectedByApiKey": true,
"resources": [
{
"isProtectedByApiKey": true,
"methods": [
{
"isProtectedByApiKey": true,
"method": "GET",
"methodId": 291726757,
"methodLogicId": 163955,
"methodProductionStatus": {