Skip to main content
POST
/
api
/
v1
/
storage
/
sandboxes
/
{sandbox_id}
/
projects
/
{project_id}
/
sources
/
{source_id}
Link Data Source
curl --request POST \
  --url https://api.copass.id/api/v1/storage/sandboxes/{sandbox_id}/projects/{project_id}/sources/{source_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null

Path Parameters

project_id
string
required
source_id
string
required
sandbox_id
string
required

Response

Successful Response

success
boolean
required
message
string | null