cURL
curl --request POST \ --url https://app.vaultgraph.com/api/consumers \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "data": { "id": "<string>", "name": "<string>", "description": "<string>", "linked_consumer_org_id": "<string>", "linked_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
Creates a new vendor-owned consumer.
Request payload for creating a new consumer.
Human-readable name of the consumer.
Optional description of the consumer.
Consumer created
Representation of a consumer in the VaultGraph portal.
Show child attributes