API methods

Hint

All api requests will be send to: https://api.centredo.com/

Authorization endpoint

Method

Request URL

Description

POST

api/login

Authorization

How to send envelope (endpoints)

Method

Request URL

Description

POST

/api/v1/template

Create template

GET

/api/v1/mailbox/search

Search mailbox

POST

/api/v1/envelope/send

Send envelope

GET

/api/v1/mailbox/{uuid}

Check envelope status

GET

/api/v1/envelope/{envelopeUuid}/zip

Download documents

GET

/api/v1/envelope/{envelopeUuid}/for-sign

Get document(s) for sign

GET

/api/v1/envelope/{envelopeUuid}/sign

Sign document(s) in envelope

Create template endpoint

Method

Request URL

Description

POST

/api/v1/template

Create template

Search mailbox endpoint

Method

URL запиту

Description

GET

/api/v1/mailbox/search

Search mailbox

Upload attachment or external document endpoint

Method

URL запиту

Description

POST

/api/v1/envelope/attachment

Upload attachment or external documents

Send envelope endpoint

Method

Request URL

Description

POST

/api/v1/envelope/send

Send envelope

Check envelope status endpoint

Method

Request URL

Description

GET

/api/v1/mailbox/{uuid}

Check envelope status

Get completed document for print endpoint

Method

Request URL

Description

POST

/api/v1/envelope/{envelopeUuid}/for-print

Get document for print. Document should be completed.

Account endpoints

Method

Request URL

Description

POST

/api/v1/account/{accountUuid}/domain

Add new account domain

PATCH

/api/v1/account/{accountUuid}/domain/{domainUuid}/verify

Verify domain

PATCH

/api/v1/account/{accountUuid}/domain/{domainUuid}/confirm

Confirm domain verification

PATCH

/api/v1/account/{accountUuid}/domain/{domainUuid}/activate

Activate domain

PATCH

/api/v1/account/{accountUuid}/domain/{domainUuid}/deactivate

Deactivate domain

PATCH

/api/v1/account/{accountUuid}/domain/{domainUuid}/check

Check domain

DELETE

/api/v1/account/{accountUuid}/domain/{domainUuid}

Delete domain

GET

/api/v1/account/{accountUuid}/domain

Search domains

GET

/api/v1/account/{accountUuid}/users/example

Get example file

POST

/api/v1/account/{accountUuid}/users

Mass create users

User/Profile endpoints

Method

Request URL

Description

POST

/api/v1/account/{accountUuid}/user

Create new corporate user in domain which has to be verified and activated.

DELETE

/api/v1/account/{accountUuid}/user

Account admin can delete many corporate users at once. In case of exception, no user will be deleted.