v1

latestOpenAPI 3.1.02026-07-2426052.7 KB

Register application URL

put/m2m/applications/registration

Request body

urlstring

The url of your application

headersstring json

Provide headers you want to push to your endpoint (eg. API key). It is required to add at least one header to register the application. You can leave it like in the example if you don't want/hav to insert anything in particular.

Response

200

msgstring
codeinteger

Example response

{
  "msg": "Success",
  "code": 1000
}
All 26 operations