How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Macrometa API Keys API

The API Keys API from Macrometa — 17 operation(s) for api keys.

Macrometa API Keys API is one of 63 APIs that Macrometa publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include APIKeys. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 32 operations across 17 paths, and defines 28 schemas. It is described by OpenAPI 3.0.0, at version 0.17.17.

Requests are made against a single base URL, https://api-play.paas.macrometa.io.

32 operations 17 paths 28 schemas 9 DELETE14 GET2 POST7 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.0
API Version
0.17.17
Base URL
https://api-play.paas.macrometa.io
Authentication
API Key, HTTP Bearer
License
Macrometa License, Version 2.0
Resource Areas
1

Authentication & Security 2

Macrometa API Keys API declares 2 security schemes for authenticating requests. An API key is passed in the header as Authorization (ApiKeyAuth). It accepts HTTP bearer tokens (JWT) (BearerAuth). By default, every request must be authenticated.

  • ApiKeyAuth — Provide an API Key to the Authorization header, prefixed with "apikey". Example: Authorization: apikey
  • BearerAuth — Provide a JSON Web Token (JWT) to the Authorization header, prefixed with "bearer". Example: Authorization: bearer

Paths & Operations 32

Across 17 paths, the API surfaces 32 operations — 9 DELETE, 14 GET, 2 POST, 7 PUT. Each is listed below with its method, path, parameters, and response codes.

API Keys 32
POST
/_api/key/validate
Validate API Key
ValidateApiKey body → 200400401403
POST
/_api/key
Create API Key
CreateApiKey body → 201400401403409
GET
/_api/key
List available API keys
ListAvailableApiKeys 1 param → 200401403
GET
/_api/key/{keyid}
Get available API key.
GetAvailableApiKey 1 param → 200401403404
DELETE
/_api/key/{keyid}
Remove API Key.
RemoveApiKey 1 param → 202401403404
GET
/_api/key/{keyid}/database
List the accessible databases for a keyid
ListTheAccessibleDatabasesForApiKey 2 params → 200400401403404
GET
/_api/key/{keyid}/database/{dbname}
Get the database access level
GetTheDatabaseAccessLevelForApiKey 2 params → 200400401403404
DELETE
/_api/key/{keyid}/database/{dbname}
Clear the database access level
ClearTheDatabaseAccessLevelForApiKey 2 params → 202400404
PUT
/_api/key/{keyid}/database/{dbname}
Set the database access level
SetTheDatabaseAccessLevelForApiKey 2 params body → 200400401403404
GET
/_api/key/{keyid}/database/{dbname}/collection
Get the specific collection access level
GetTheApiKeyCollectionsAccessLevel 3 params → 200400401403404
GET
/_api/key/{keyid}/database/{dbname}/collection/{collection}
Get the specific collection access level
GetTheSpecificCollectionAccessLevelForApiKey 3 params → 200400401403404
DELETE
/_api/key/{keyid}/database/{dbname}/collection/{collection}
Clear the collection access level.
ClearTheCollectionAccessLevelForApiKey 3 params → 202400404
PUT
/_api/key/{keyid}/database/{dbname}/collection/{collection}
Set the collection access level
SetTheCollectionAccessLevelForApiKey 3 params body → 200400401403404
GET
/_api/key/{keyid}/database/{dbname}/stream
List the accessible streams
ListTheAccessibleStreamsForApiKey 3 params → 200400401403404
GET
/_api/key/{keyid}/database/{dbname}/stream/{stream}
Get the stream access level
GetTheStreamAccessLevelForApiKey 3 params → 200400401403404
DELETE
/_api/key/{keyid}/database/{dbname}/stream/{stream}
Clear the stream access level
ClearTheStreamAccessLevelForApiKey 3 params → 202400404
PUT
/_api/key/{keyid}/database/{dbname}/stream/{stream}
Set the stream access level
SetTheStreamAccessLevelForApiKey 3 params body → 200400401403404
GET
/_api/key/{keyid}/database/{geofabric}/restql
Get the query workers access level for a specific keyid
GetApiKeyQueryWorkerAccessLevel 3 params → 200400401403404
GET
/_api/key/{keyid}/database/{geofabric}/restql/{query-worker}
Get the specific query worker access level
GetSpecificQueryWorkerAccessLevelForApiKey 3 params → 200400401403404
DELETE
/_api/key/{keyid}/database/{geofabric}/restql/{query-worker}
Clear the query worker access level.
ClearQueryWorkerAccessLevelForApiKey 3 params → 202400404
PUT
/_api/key/{keyid}/database/{geofabric}/restql/{query-worker}
Set the query worker access level
SetQueryWorkerAccessLevelForApiKey 3 params body → 200400401403404
GET
/_api/key/{keyid}/database/{geofabric}/managedkey
Get the managed keys access level for a specific keyid
GetApiKeyManagedKeyAccessLevel 3 params → 200400401403404
GET
/_api/key/{keyid}/database/{geofabric}/managedkey/{managed-key-name}
Get the specific managed key access level
GetSpecificManagedKeyAccessLevelForApiKey 3 params → 200400401403404
DELETE
/_api/key/{keyid}/database/{geofabric}/managedkey/{managed-key-name}
Clear the managed key access level
ClearManagedKeyAccessLevelForApiKey 3 params → 202400404
PUT
/_api/key/{keyid}/database/{geofabric}/managedkey/{managed-key-name}
Set the managed key access level
SetManagedKeyAccessLevelForApiKey 3 params body → 200400401403404
GET
/_api/key/{keyid}/billing
Get the billing access level
GetTheBillingAccessLevelForApiKey 1 param → 200400401403404
DELETE
/_api/key/{keyid}/billing
Clear the billing access level
ClearTheBillingAccessLevelForApiKey 1 param → 202400404
PUT
/_api/key/{keyid}/billing
Set the billing access level
SetTheBillingAccessLevelForApiKey 1 param body → 200400401403404
GET
/_api/key/{keyid}/attributes
Get the API key attributes
GetTheAttributesForApiKey 1 param → 200400401403404
PUT
/_api/key/{keyid}/attributes
Update attributes
UpdateTheAttributesForApiKey 1 param body → 202400401403404
DELETE
/_api/key/{keyid}/attributes/truncate
Remove all attributes
ClearAllAttributesForApiKey 1 param → 202400404
DELETE
/_api/key/{keyid}/attributes/{attributeid}
Remove attribute
ClearTheAttributesForApiKey 2 params → 202400404

Schemas 28

The contract defines 28 schemas that model the data the API accepts and returns. The most detailed are api_key_get_response_http_examples_rc_200_0 (6 properties), api_key_http_examples_rc_201 (6 properties), error_example_rc_404 (4 properties), error_example_rc_409 (4 properties). Each schema is shown below with its type and property counts.

user_grant_database
object
1 property 1 required
api_key_http_examples_rc_200_billing
object
3 properties 1 required
api_key_put_dbname_examples_rc_200
object
3 properties 1 required
apikey_create
object
3 properties 1 required
api_key_database_stream_get_http_examples_rc_200
object
3 properties 1 required
apikey_validate
object
1 property 1 required
api_key_http_examples_rc_202
object
2 properties 1 required
api_key_database_collection_get_http_examples_rc_200
object
3 properties 1 required
headers
api_key_get_http_examples_rc_200
object
3 properties 1 required
apikey200_help
object
4 properties
api_key_http_examples_rc_200
object
3 properties 1 required
api_key_dbname_collection_put_examples_rc_200
object
3 properties
user_grant_queryworker
object
1 property 1 required
http_examples_rc_200_attributes
object
3 properties
user_grant_collection
object
1 property 1 required
error_example_rc_404
object
4 properties 1 required
api_key_database_managedkey_get_http_examples_rc_200
object
3 properties 1 required
api_key_dbname_examples_rc_200
object
3 properties
error_example_rc_400
object
4 properties 1 required
error_example_rc_409
object
4 properties 1 required
api_key_database_queryworker_get_http_examples_rc_200
object
3 properties 1 required
error_example_rc_401
object
4 properties 1 required
api_key_get_response_http_examples_rc_200_0
object
6 properties
error_example_rc_403
object
4 properties 1 required
attribute_values
object
2 properties
api_key_http_examples_rc_201
object
6 properties 1 required
user_grant_managedkey
object
1 property 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

macrometa-api-keys-api-openapi.yml Raw ↑

Other APIs Macrometa publishes across the network.

Macrometa Activity Metrics API
Macrometa Administration API
Macrometa API key API
Macrometa Authentication API
Macrometa Billing API
Macrometa Cache API
Macrometa Change History API
Macrometa Collections API
Macrometa Components API
Macrometa Connections API
Macrometa Connectors API
Macrometa Data Centers API
Where this information came from

This is an independent, third-party profile of Macrometa API Keys API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.