Get stripe dashboard url

GET /1/stripe/dashboard

Get stripe dashboard url

Responses

  • 200 application/json

    Get stripe dashboard url.

    Hide response attribute Show response attribute object
GET /1/stripe/dashboard
curl \
 --request GET 'https://api.localsporthero.com/1/stripe/dashboard'
Response examples (200)
{
  "url": "https://connect.stripe.com/...."
}