Get OAuth Service Configuration
    • Dark
      Light
    • PDF

    Get OAuth Service Configuration

    • Dark
      Light
    • PDF

    Article summary

    Get
    /api/v1/service.configurations

    List out all the active OAuth services configured with details.

    Responses
    200

    OK

    Success Example
    {
      "configurations": [
        {
          "_id": "Hq5ahzz9MWWCdeDJ8",
          "service": "google",
          "clientId": "xxxxx"
        },
        {
          "_id": "57kavS22achLH33PE",
          "service": "apple",
          "clientId": "xxxxxx"
        }
      ],
      "success": true
    }
    Expand All
    object
    configurations
    Array of object
    object
    _id
    string
    service
    string
    clientId
    string
    success
    boolean

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.