• Getting Started
  • API Reference
Endpoints
    Partner Authentication Loginpost
powered by Zudoku
BScheduler Partner Authentication API

Endpoint:https://partner-auth.staging.bscheduler.net

Partner Authentication Login

POST
https://partner-auth.staging.bscheduler.net
/api/v1/partner-auth-login

Partner Authentication Login › Headers

  • Authorizationstring · required

    The Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.

Partner Authentication Login › Request Body

  • userIdstring · required

    Unique identifier for the user

  • userDataobject · required
  • providerstring

    Provider for authentication

Partner Authentication Login › Responses

Login successful

  • tokenstring

    Authentication token for the logged-in user

  • expiresInSecondsnumber

    Token expiration time in seconds

  • redirectUrlstring

    URL to redirect user after login

POST /api/v1/partner-auth-login