POST
/
applications
/
{id}
/
internal-connections
curl --request POST \
  --url https://api.sevalla.com/v2/applications/{id}/internal-connections \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "target_type": "dbResource",
  "target_id": "54fb80af-576c-4fdc-ba4f-b596c83f15a1"
}'
{
  "result": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Example:

"54fb80af-576c-4fdc-ba4f-b596c83f15a1"

Body

application/json

Response

200
application/json

Internal connection created successfully

The response is of type object.