API Platform Base Path: https://api.enterprise.apigee.com/v1/o/{org_name}

API Resource Path: /maps/{map_name}

Gets a map by name, along with associated entries

Verb: GET

Auth: Basic Auth

Gets a map by name, along with associated entries

Sample Response:
{
  "entry" : [ {
    "name" : "dev",
    "value" : "user1"
  } ],
  "name" : "prodmap"
}
Response Payload Elements:
Name Description
entry Name/value pair that defines the map entry
name The name of the map
Errors
{
  "code" : "keymanagement.service.organization_map_doesnt_exist",
  "message" : "Organization map does not exist",
  "contexts" : [ ]
}
Last updated: about 1 month ago