POST /certificates
Create a package or coupon certificate.
Servers
- https://acuityscheduling.com/api/v1
Request headers
Name | Type | Required | Description |
---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
Name | Type | Required | Description |
---|---|---|---|
productID |
Integer | No |
The package to create a certificate for. |
certificate |
String | No |
The certificate code if you have one picked out. We'll choose one automatically if left blank. |
email |
String | No |
The e-mail address to assign a package code to. |
couponID |
Integer | No |
The coupon to create a certificate for. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.