all-about-apikey/quip
Muhammad Daffa 7372a52709 Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00
..
README.md Fix repository structure and add todolist 2022-07-23 20:53:29 +07:00

README.md

Quip

Description

File Sharing and Storage for groups

Example Request

  • Curl
curl "https://platform.quip.com/1/users/contacts" -H "Authorization: Bearer {{token}}"
  • Raw
GET /1/users/contacts HTTP/1.1
Host: platform.quip.com
Authorization: Bearer {{token}}

Response

  • Success
[]
  • Error
{
    "error":"application_error",
    "error_code":401,
    "error_description":"Invalid access_token"
}

Regex

[a-zA-Z0-9]{15}=\|[0-9]{10}\|[a-zA-Z0-9\/+]{43}=

Example API key

RFlRQU1BU2RNN20=|1668953676|OZni5d8LGfRkgIcW8YgVY/wyhHhoUaSRncJK+QF6W0k=