Which of these is correct about API keys?

a. API key unique in the organization.

b. API key unique in the whole Apigee system.

1 3 98
3 REPLIES 3

An API key is unique for for a particular organization. It may be unique for each app as well. You may find that API keys work better as unique app identifiers than as security tokens.

The below link has more details.

http://docs.apigee.com/api-services/content/api-keys

@Akash Prabhashankar "It may be unique for each app as well." -- is actually misleading. No two Apps can have the same API Key within an Org. It will be always unique. Do you agree?

Not applicable

@Akash Prabhashankar API key unique in the organization. is correct.