Logo
Docsify Logo

Docsify APIs

Docsify is a chrome extension for Gmail and G Suite that tracks email opens, link clicks, attachment downloads, and per-page document and website views that you send via email. and Docsify automates and prioritizes your sales workflow based on recipient's engagement with anything you emailed them

Docsify APIs

Account Request URL

-

Base Endpoint

-

posts

Retrieves the list of posts.

GET

/posts

tags, status, page, limit, orderBy

posts

Creates a new post.

POST

/posts

title, content, tags, featured, status

posts

Retrieve a post by its ID.

GET

/posts/{id}

id

posts

Updates a post by its ID.

PUT

/posts/{id}

id, title, content, tags, featured, status

posts

Deletes a post by its ID.

DELETE

/posts/{id}

id

users

Retrieves the list of users.

GET

/users

tags, status, page, limit, orderBy

users

Creates a new user.

POST

/users

name, email, password, role, status

users

Retrieve a user by its ID.

GET

/users/{id}

id

users

Updates a user by its ID.

PUT

/users/{id}

id, name, email, password, role, status

users

Deletes a user by its ID.

DELETE

/users/{id}

id

tags

Retrieves the list of tags.

GET

/tags

title, status, page, limit, orderBy

tags

Creates a new tag.

POST

/tags

title, status

tags

Retrieve a tag by its ID.

GET

/tags/{id}

id

tags

Updates a tag by its ID.

PUT

/tags/{id}

id, title, status

tags

Deletes a tag by its ID.

DELETE

/tags/{id}

id

Details

Provider

Country HQ

API Type

REST

Categories

Email

Alternatives

Important URLs

Last Updated on

2024-03-26

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo