Skip to main content
POST
Create Apprise instance

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
Maximum string length: 100
url
string<uri>
required
Maximum string length: 500
tags
string[] | null
Maximum string length: 100
username
string | null
Maximum string length: 255
password
string | null
Maximum string length: 500
timeout
integer
Required range: 1 <= x <= 120
verify_ssl
boolean
is_active
boolean

Response

AppriseResource

data
AppriseResource · object
required
success
boolean
required
code
integer
required
message
string
required
Allowed value: "Apprise instance created successfully."