This endpoint returns a list of documents by user email. The email must belong to your Frase organization.
Endpoint:
https://api.frase.io/api/v1/get_documents_email
Request:
This is a POST request.
You must include your API key as a "token" field in your request header.
The request body takes the following arguments:
Argument | Description |
the user email. string |
Request Body Example:
{
"email" : "john.smith@email.com"
}
Response
The response is a list of document objects, where each object includes the following information:
Field | Description |
doc_owner | user ID. integer |
user_name | user email. integer |
date_created | date document was created |
last_edited | date document was last edited |
title | document title |
query | target search query for document |
html | document full html |