For the complete documentation index, see llms.txt. This page is also available as Markdown.

Account Document

Account documents management

Get all the documents

get
Authorizations
PRIVATE-TOKENstringRequired
Responses
200

OK

application/json
idinteger · integerRead-onlyRequired

ID of the document

documentTypeinteger · integerRequired

Type of the document

documentNumberstringRequired

Number of document

documentExpirationstringRequired

Expiration date of document

get/v3/account/document

Create a new document

post
Authorizations
PRIVATE-TOKENstringRequired
Body
idinteger · integerRead-onlyRequired

ID of the document

documentTypeinteger · integerRequired

Type of the document

documentNumberstringRequired

Number of document

documentExpirationstringRequired

Expiration date of document

Responses
200

OK

application/json
idinteger · integerRead-onlyRequired

ID of the document

documentTypeinteger · integerRequired

Type of the document

documentNumberstringRequired

Number of document

documentExpirationstringRequired

Expiration date of document

post/v3/account/document

Delete a document.

delete
Authorizations
PRIVATE-TOKENstringRequired
Path parameters
documentIdintegerRequired

Id of the document to delete.

Responses
204

No Content

No content

delete/v3/account/document/{documentId}

No content

Last updated

Was this helpful?