Authorization
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
Name of the service. Used to derive a URL-friendly slug for the entry.
Arbitrary configuration object for the service. Stored as serialized JSON.
Short description of the service.
Public website URL associated with the service.
Price (in IDR) associated with the service.
Webhook URL notified for events related to this service.
Image URL representing the service.
Response
Successful ResponseMain Structure (Root)
Status code returned by the API.
Status message that describes the status code. Returns
"success" when the
service is created. This success response does not include a data field.Errors
Returned with
messages set to the error description when the service cannot be
created (for example, when a required field such as name is missing or
malformed).