Skip to main content
POST
/
api
/
v2
/
integrations
/
xcures
/
{slug}
/
request
Make arbitrary xCures request
curl --request POST \
  --url https://api.example.com/api/v2/integrations/xcures/{slug}/request \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>",
  "method": "GET",
  "parameters": {},
  "body": {}
}
'
"<unknown>"

Path Parameters

slug
string
required

Body

application/json
path
string
required
method
enum<string>
required
Available options:
GET,
POST,
PUT
parameters
object
body
object

Response

Proxy response from xCures

Proxy response from xCures