Endpoint
For DeepSource Cloud:hostname
refers to the hostname of the DeepSource dashboard.
Authentication
Authenticate via a Personal Access Token (PAT). You need to pass it as aBearer
token in the Authorization
header:
Authorization
header as above.
Playground
DeepSource API Playground is available as a Postman collection which can be accessed using this link.Rate Limits
Rate limits define the maximum number of requests a single user account can make within a given period of time. If the rate limit is exceeded, the API responds with an HTTP 429 Too Many Requests response code. Rate limits are applied at the user level and calculated across both read and write operations. Currently, we enforce a flat rate limit of5,000
requests per hour.