curl --request POST \ --url https://api.withampersand.com/v1/projects/{projectIdOrName}/consumers \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data '{ "consumerRef": "consumer-123", "consumerName": "John doe" }'
This response has no body data.
The consumer reference.
The name of the consumer that has access to this installation.
Was this page helpful?