Jump to Content
Simpplr API documentation
API Reference
Log InSimpplr API documentation
API Reference
Log In
API Reference

getting started

  • Welcome to Simpplr’s Extensibility Center
  • How do I start using the Extensibility Center
  • How do I call Simpplr APIs from my custom code?
    • Creating the Client Application
    • Generating access token for User API
    • Generating access token for B2B API

Simpplr User API Documentation

  • Authorization
    • Get Access & Refresh Tokenpost
  • Alerts
    • Search alertsget
    • Create a new alertpost
    • Update alertput
    • Delete alertdelete
  • Audience
    • Create a new audiencepost
    • Update an audienceput
    • Delete an audiencedelete
  • Content
    • Get site by IDget
    • Search for contentspost
    • Search for sitespost
    • Get content by IDget
    • Get files from a sitepost
  • Enterprise search
    • Perform enterprise top searchpost
    • Perform enterprise autocomplete searchpost
    • Perform smart answer searchpost
  • Notifications
    • List all notificationsget
    • Create a new notificationpost
    • Update notificationput
    • Delete notificationdelete
  • People
    • Get people list with search or filterpost
    • Update peoplepatch
  • Video
    • Get user video tokenget
    • Update the video statuspost
    • Get video languages listget
    • Get paginated search result for native videosget

Simpplr B2B API Documentation

  • Authorization
    • Get Access Tokenpost
    • Testget
  • Users
    • Get Usersget
    • Create Userpost
    • Get User by IDget
    • Update user (all fields)put
    • Update user (delta update)patch
  • Content
    • Get sitesget
    • Get contentsget
    • Get carousel itemsget
    • Get topicsget
    • Get site membersget

How do I call Simpplr APIs from my custom code?

There are 2 steps required to access Simpplr APIs:

For User APIs

  • Step 1: Create a Client Application with Authorization code grant type
  • Step 2: Generating access token for User API

For B2B APIs

  • Step 1: Create a Client Application with Client credentials grant type
  • Step 2: Generating access token for B2B API