Blink

Blink

    Get server-side login token

    Authenticates the application using the client credentials and returns a valid login token useful for making server-side API calls requiring authorization.

    HTTP MethodURL
    POSTbaseUrl/users/login/

    Request body

        {
            "email" : // Email address from your client credentials  
            "password" : // Password from your client credentials
        }
    

    Success Response

    HTTP code: 200

        {
            "key" : // A valid login token  
        }
    

    Error Response

        {
            "code" : // Error code  
            "message": // Error message
        }
    
    codemessage
    1500Invalid email address
    1509Invalid credentials
    • Request body
    • Success Response
    • Error Response
    Blink
    Docs
    Getting StartedPublic API
    Integration
    Donation
    Blink
    Copyright © 2021 Blink Ledger Systems Inc. All rights reserved