Create an allowed website for an application
POSThttps://platform.docana.com/api/v1/applications/:id/allowed-websites/
Creates a company-level allowed website and links it to the application in one call. A plain-text password is encrypted before storage. Use PATCH /api/v1/applications/{id}/allowed-websites/{siteId}/ to toggle the per-application link later.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
The created allowed website (without ciphertext)
The request body, query, or path failed validation. See validationErrors.
The API key or session is missing, expired, or malformed.
No write access to the application
A resource referenced by the path does not exist or is not visible to the caller.
Unexpected server error.