Blink

Blink

    Get OAuth applications

    Retrieves the list of all the OAuth applications registered to your client account.

    HTTP MethodURL
    GETbaseUrl/oauth/applications/

    Request headers

    Requires a valid login token.

        {
            "Authorization" : "Bearer" + token
        }     
    

    Request body

    empty

    Success Response

    HTTP code: 200

    In case of success, it will return a JSON array containing your OAuth applications configs.

        [
          //
          //
          { 
            "clientId" : // OAuth client id
            "clientSecret": // OAuth client secret
            "redirectUris": // A space separated string list of all your OAuth redirect URIs 
          },
          //
          //
        ]
    

    Error Response

    none

    • Request headers
    • Request body
    • Success Response
    • Error Response
    Blink
    Docs
    Getting StartedPublic API
    Integration
    Donation
    Blink
    Copyright © 2021 Blink Ledger Systems Inc. All rights reserved