Jump to Content
SquadRun
API Reference
Log InSquadRun
API Reference
Log In
API Reference

Getting started

  • About

Auth Endpoints

  • /oauth/token/post
  • /oauth/revoke_token/post

Webhooks

  • /your-custom-URLpost
  • biz/api/{project_name}/webhook/get
  • /biz/api/{project_name}/webhook/post

Projects

  • /biz/api/v2/{project-name}/items/post
  • /biz/api/v2/{project-name}/responses/get
Powered by 

About

Intro
These API docs act as a guide towards integrating with ClassifyIt
It is broken into 4 parts

  1. Auth endpoints - These enable generation/revoking of authentication tokens
  2. New Project endpoints - New Endpoints for Project-level workflows

Base URLs

  • https://api.classifyit.co/ - For production
  • https://staging.squadrun.co/ - For staging

Dummy token
You can use test_token as a dummy test token for testing APIs