🪪
Vibrant Card <> Alfred Integration Docs
  • Integration
    • Getting Started
    • Authentication Sep 10
    • Verify sign Sep 10
    • Update Balance and Get Url
    • Open widget
    • Webhooks
    • Post Messages
    • Use Cases
    • Wallet User Status
Powered by GitBook
On this page
  1. Integration

Verify sign Sep 10

Receive and check transaction signature and return a token.

POST /auth

Body

Name
Type
Description

transaction

string

Sign transaction verification

Response

{
   "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL3N0Zy1zdGVsbGFyLmFsZnJlZHBheS5pby9hdXRoIiwic3ViIjoiR0RKQTRLTDQyQkdZNzY3RlZNS0dVR1VGRjRYUExIRTY3QkhITjJNTFhNVktQU0ZYNUtFV1k3RUsiLCJpYXQiOjE2ODk5NDU5NjMsImV4cCI6MTY5MDAzMjM2MywianRpIjoiZDg5ZDJlNmFiMDgxOWYzZGE1MzgxMDgyNjkyOTczYjZmNjk2NjhkZTg2ZDE0NWMyZmQ3ZGJjOGJlZDZiMDEwYiIsImNsaWVudF9kb21haW4iOm51bGx9.H1oqiY4V7YETATwimgyUAdtWzHeAcmIsMpixjsabI94"
}
{
  "error": "Invalid request"
}

Considerations

This token is going to be used to open Alfred integration Widget.

PreviousAuthentication Sep 10NextUpdate Balance and Get Url

Last updated 11 months ago