Invite

Invite a contact

post
Authorizations
AuthenticationstringRequired

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/"
Path parameters
uidstringRequired
Responses
chevron-right
200

Invite successful

application/json
post
/contacts/{uid}/invite/
200

Invite successful

Last updated

Was this helpful?