diff --git a/docs/endpoints.md b/docs/endpoints.md index b8c8e89..5e28112 100644 --- a/docs/endpoints.md +++ b/docs/endpoints.md @@ -45,6 +45,12 @@ Returns applications by `APPLICATION ID` #### Sample Response Same as the previous, just queried differently! +### `GET` to `/applications/exists?url=` +Finds whether an application exists for a given user, based on a URL. +#### Sample Response +``` +{"status": true} +``` ## Update ### `PUT` to `/update/status` #### Body