1. Users
Spencer Integration API
  • Spencer Integration API
  • Identity
    • Request access token
      POST
  • News
    • Fetch news publications
      GET
    • Fetch news publications for userlist
      GET
    • Create news draft
      POST
  • Users
    • Create user
      POST
    • Fetch user
      GET
    • Update user
      PUT
    • Delete user
      DELETE
    • Check if user exists
      HEAD
    • Add user profile picture
      POST
    • Create user tag
      POST
    • Update user tag
      PUT
    • Check if user tag exists
      HEAD
  1. Users

Check if user tag exists

HEAD
/users/tags/{tagId}
Can be used to check whether a specific user tag already exists within Spencer.
Will return 200 when the tag is found, 404 if tag could not be found.

Request

Path Params

Header Params

Responses

🟢200
application/json
Headers

Bodyapplication/json

Example
{}
🟠401401.unauthorized
🟠403403.forbidden
🟠404404.notFound
🔴500500.internalServerError
Previous
Update user tag
Built with