Zuplo · Arazzo Workflow
Zuplo Bulk-Issue API Keys to a Consumer
Version 1.0.0
Create a consumer, bulk-create multiple API keys for it, then list the keys.
Provider
Workflows
bulk-issue-consumer-keys
Create a consumer, bulk-create keys, and list them.
Registers a consumer, bulk-creates the supplied set of API keys for it, and lists the keys to verify the batch was issued.
1
createConsumer
ApiKeyConsumersService_create
Create the consumer that the keys will be issued to.
2
bulkCreateKeys
ApiKeyKeysService_bulkCreate
Bulk-create the supplied set of API keys for the consumer. The request body is an array of key bodies.
3
listKeys
ApiKeyKeysService_list
List the consumer's keys to confirm the batch was issued.