See the API's various operations for details on their request parameters and response data.

OperationMethodEndpoint
Key collections
Create a key collectionPOST/collections
List key collectionsGET/collections
Get a key collectionGET/collections/​{collectionId}
Edit a key collectionPUT/collections/​{collectionId}
Delete a key collectionDELETE/collections/​{collectionId}
Get an ACLGET/collections/​{collectionId}/​acl-entries
Edit an ACLPUT/collections/​{collectionId}/​acl-entries
List collection endpointsGET/collections/​{collectionId}/​endpoints
Import keysPOST/collections/​{collectionId}/​import-keys
Returns collection keys in JSON, XML or CSV formatGET/collections/​{collectionId}/​keys/​export
Get quota settingsGET/collections/​{collectionId}/​quota-config
Edit quota settingsPUT/collections/​{collectionId}/​quota-config
Reset collection key quotaPOST/collections/​{collectionId}/​quota-reset
Throttling counters
Create a throttling counterPOST/counters
List throttling countersGET/counters
Get a throttling counterGET/counters/​{counterId}
Edit a throttling counterPUT/counters/​{counterId}
Delete a throttling counterDELETE/counters/​{counterId}
List counter endpointsGET/counters/​{counterId}/​endpoints
List counter key collectionsGET/counters/​{counterId}/​key-collections
List counter keysGET/counters/​{counterId}/​keys
Keys
Create keysPOST/keys
List keysGET/keys
Assign keysPOST/keys/​assign
Export keysGET/keys/​export
Generate keysPOST/keys/​generate
Move keysPOST/keys/​move
Reset key quotaPOST/keys/​quota-reset
Restore revoked keysPOST/keys/​restore
Revoke keysPOST/keys/​revoke
Unassign keysPOST/keys/​unassign
Get a keyGET/keys/​{keyId}
Edit a keyPUT/keys/​{keyId}
Tags
List tagsGET/tags