Skip to main content
POST
Follow/unfollow partner

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Use the /api/login endpoint to obtain a token.

Body

application/json
id
integer
required

Partner user ID

Example:

123

Response

200

Follow: returns follow record data. Unfollow: returns empty body (backend bug — no return statement on unfollow path)