Skip to main content

Create Support Session

POST 

https://api.immersve.com/api/support-sessions

This endpoint can be used to create a support session for a cardholder account

Request

Body

required

    accountId stringrequired

    The ID of the cardholder account that needs support

Responses

Successful operation

Schema

    url stringrequired

    The URL of the support session

curl -L 'https://api.immersve.com/api/support-sessions' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d '{
"accountId": "65a7e8ef0d230d0a6bf755e07d39eb02"
}'
Request Collapse all
Base URL
https://api.immersve.com
Auth
Body required
{
  "accountId": "65a7e8ef0d230d0a6bf755e07d39eb02"
}
ResponseClear

Click the Send API Request button above and see the response here!