Jump to Content
soul
API Reference
v1.0

Log Insoul
API Reference
Log In
v1.0API Reference

Soul

  • Getting started
  • Users
    • Create userpost
    • List usersget
    • Retrieve myselfget
    • Patch myselfpatch
    • Delete myselfdel
    • Find user by idget
    • Verify confirmation tokenpost
    • Resend confirmation emailpost
    • Request password resetpost
    • Reset passwordpost
  • Auth
    • Verify platform loginpost
    • Refresh access tokenpost
    • Authenticate clientpost
  • Platforms
    • Create platformpost
    • List platformsget
    • List my platformsget
    • Find platform by idget
    • Update platformpatch
    • Delete platformdel
    • Find full platform by idget
    • Find one platform userget
    • Update platform userpatch
    • Delete platform userdel
    • List platform usersget
    • Quit platformdel
    • Join platformpost
    • Generate new client secretpatch
  • User connections
    • Create connectionpost
    • List my connectionsget
    • Get connection (by users)get
    • Get connection (by id)get
    • Delete connectiondel
  • Reputation
    • Find user reputationget
Powered by 

Getting started

To start using Soul's API references, register for a Soul account first at https://login.soul-network.com/register. Then login to your account at https://www.soul-network.com

1682

After successfully registering and logging in, you should be greeted with this page and a button labeled "Access token". Click on it and copy the access token.

1030

This access token can be used for all APIs that expects a Bearer token highlighted in the segment above.