Skip to main content
GET
/
api
/
v1
/
users
/
{user_id}
/
setup-intents
Get Setup Intent
curl --request GET \
  --url https://connect.cariqa.com/api/v1/users/{user_id}/setup-intents/ \
  --header 'Authorization: Bearer <token>'
{
  "client_secret": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cariqa.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

user_id
string
required

Query Parameters

pm_type
enum<string>
default:card
  • card - card
Available options:
card
Minimum string length: 1

Response

client_secret
string
required