Api Reference
Authorizations
X-API-KeystringRequired
API Key needed to access the endpoints
Body
messagestring | nullableOptional
ratenumber · doubleOptional
periodstring · enumOptionalPossible values:
metadataobject | nullableOptionalExample:
{}Responses
200
Invoice created successfully
application/json
400
Bad request - Invalid parameters
401
Unauthorized - Invalid or missing API key
500
Internal server error
post
/api/invoiceAuthorizations
X-API-KeystringRequired
API Key needed to access the endpoints
Path parameters
idinteger · int64Required
Responses
200
Invoice created successfully
400
Bad request - Invalid parameters
401
Unauthorized - Invalid or missing API key
404
Not Found
500
Internal server error
get
/api/invoice/{id}Authorizations
X-API-KeystringRequired
API Key needed to access the endpoints
Query parameters
pageinteger · int32OptionalDefault:
1limitinteger · int32OptionalDefault:
50Responses
200
Returns paginated list of subscriptions
application/json
401
Unauthorized - Invalid or missing API key
500
Internal server error
get
/api/subscriptionsAuthorizations
X-API-KeystringRequired
API Key needed to access the endpoints
Path parameters
idinteger · int64Required
Responses
200
Returns the requested subscription
application/json
401
Unauthorized - Invalid or missing API key
404
Subscription not found
500
Internal server error
get
/api/subscriptions/{id}Last updated