Skip to content

Get a subscription intent

Request

Get a Subscription Intent resource

Security
bearerToken
Path
idstringrequired

The unique ID of the SubscriptionIntent

curl -i -X GET \
  'https://api-v2.dash.app/subscription-intents/{id}' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
resultobjectrequired
permittedActionsArray of objectsrequired
Response
{ "result": { "id": "cfb665ca-ce35-4418-b9d5-70ee815db4bd", "setupIntentId": "some-setup-intent-id", "setupIntentClientSecret": "some-setup-intent-client-secret", "accountId": "string", "amount": {}, "planRequest": {}, "billingRequest": {}, "signupUser": {}, "coupons": [], "paymentStatus": {} }, "permittedActions": [ {} ] }