get https://api.accelevents.com/rest/host/event//ticketing/checkRecurring
This API is used to check whether the event is recurring or not. This API will return a Boolean value like true or false.
Here is the description of response attributes.
Attributes | Description |
---|---|
boolean | This will return Boolean value for checking whether event is recurring or not. |
Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
200 | Successfully retrieved settings. |
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
4030201 | Not Event Host. |