Edit me

Types

Description

This method is for setting an url in backend to send service updates to.

On succes empty response with http code 200 is returned.

Endpoint

/https://messapi.btsdapps.net/bot/v1/webhook/

Structure

Variable Obligative Type Validation Description
url true String Size of url should be <= 200 URL set to get updates on

URL validation

URL should comply with URL living standard (https://url.spec.whatwg.org). HTTPS protocol should be defined for this url.

Sample object

{
  "url" : "https://user:pass@www.example.com:81/path/index.php?query=toto+le+heros#top"
}