Zuplo · Arazzo Workflow
Zuplo Onboard a Consumer With an API Key
Version 1.0.0
Create a bucket, create a consumer with an API key, and list the consumer's keys.
Provider
Workflows
onboard-consumer-with-key
Provision a bucket, create a consumer with a key, then list its keys.
Creates a bucket, registers a consumer inside it with an API key generated inline, and lists the consumer's keys to verify the issued key.
1
createBucket
ApiKeyBucketsService_create
Create the API key bucket that will hold the consumer.
2
createConsumer
ApiKeyConsumersService_create
Create a consumer in the bucket and request that an API key be generated at the same time via the with-api-key query parameter.
3
listKeys
ApiKeyKeysService_list
List the API keys for the new consumer to confirm a key was issued during consumer creation.