.dev
REST APIAPI Reference

Deposits

GET
/v1/deposits

Response Body

curl -X GET "https://example.com/v1/deposits"
POST
/v1/deposits

Response Body

curl -X POST "https://example.com/v1/deposits"
GET
/v1/deposits/{id}

Path Parameters

id*string

Response Body

curl -X GET "https://example.com/v1/deposits/string"
PATCH
/v1/deposits/{id}

Path Parameters

id*string

Response Body

curl -X PATCH "https://example.com/v1/deposits/string"
DELETE
/v1/deposits/{id}

Path Parameters

id*string

Response Body

curl -X DELETE "https://example.com/v1/deposits/string"
PUT
/v1/deposits/{id}

Path Parameters

id*string

Response Body

curl -X PUT "https://example.com/v1/deposits/string"
POST
/v1/deposits/send

Response Body

curl -X POST "https://example.com/v1/deposits/send"