Path Parameters
HTTP Header
api-key REQUIRED string - Your Accelerate API Key | URL Substitution
subdomain REQUIRED
relationship ID REQUIRED |
Cookie Requests
GET POST
GET POST - Retrieve cookies from a relationship or add a new cookie to a relationship.
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/cookies/
Example Payload
POST
{
"cookie_text": "Testing cookie"
}
Response
400 Returned if the request sent is invalid. | 404 Returned if the request is not found or the user does not have permission to view it. |
200
Expand to see example of a successful response. { |
Cookie Attributes
When adding a new cookie via the API, there are a number of fields needed.
Mandatory Fields
Expand to see the list of mandatory fields
Expand to see the list of mandatory fields
cookie_text - string
Maximum of 4000 characters.
Non Mandatory Fields
Expand to see the lists of non-mandatory fields.
Expand to see the lists of non-mandatory fields.
cookie_id - number
Must not be supplied when using POST .
creation_date - date
Must not be supplied when using POST .