Skip to content

Create an external app SSO token

Request

Create external app SSO token for the current user

Security
bearerToken
Bodyapplication/jsonrequired
appNamestringrequired
Enum:"FRILL""PRODUCTBOARD"
curl -i -X POST \
  https://api-v2.dash.app/external-app-sso-tokens \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "appName": "FRILL"
  }'

Responses

Success

Response
No content