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 Ampersand project ID or project name.
Was this page helpful?