Skip to main content
POST
/
api
/
v1
/
integrations
/
sentry
/
{integration_id}
/
api
/
{endpoint}
Make Sentry Api Call
curl --request POST \
  --url https://api.example.com/api/v1/integrations/sentry/{integration_id}/api/{endpoint} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{}

Authorizations

Authorization
string
header
required

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

Path Parameters

integration_id
string
required
endpoint
string
required

Query Parameters

method
string
default:GET

Body

application/json

The body is of type Data · object.

Response

Successful Response

The response is of type Response Make Sentry Api Call Api V1 Integrations Sentry Integration Id Api Endpoint Post · object.