Skip to main content
POST
/
v1
/
sentry_projects
sentry_projects
curl --request POST \
  --url https://api.fetchbean.com/v1/sentry_projects \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "organization_slug": "<string>",
  "cursor": "<string>",
  "limit": 123
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
organization_slug
string
cursor
string
limit
integer

Response

Success

The response is of type object.