Security Protocols
Creates a security protocol linked to an address of your address book.
Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.
Example of authenticated request
$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
Id of the address the security protocol should be linked.
1File content. Use content-type with multipart/form-data value to the header of the request to send a document.
Filename
Create successful
Create successful
Authentication is token based. You can issue a token for your API request from the 'API' section of the settings menu. The token MUST be sent in a Authorization header with each request.
Example of authenticated request
$ curl -X GET -H "Authorization: Token <your token>" "https://api.dashdoc.eu/api/v4/"
Dashdoc's internal id
Id of the address that the security protocol should be linked to.
1File content. Use content-type with multipart/form-data value to the header of the request to send a document.
Filename
Get successful
Get successful
Last updated
Was this helpful?