Zuplo · Arazzo Workflow
Zuplo Create a Consumer and Issue an API Key
Version 1.0.0
Create a consumer in an existing bucket, issue an API key, then read the key back.
Provider
Workflows
create-consumer-and-key
Create a consumer, issue an API key, and read the key back.
Registers a consumer in an existing bucket, creates an API key for it, and retrieves the key detail to confirm the issued key.
1
createConsumer
ApiKeyConsumersService_create
Create a consumer in the existing bucket.
2
createKey
ApiKeyKeysService_create
Create an API key for the new consumer with an optional description and expiration date.
3
getKey
ApiKeyKeysService_get
Read the API key back by id to confirm it was created and surface its metadata.