Skip to main content
GET
List projects

Authorizations

Authorization
string
header
required

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

Query Parameters

offset
integer
default:0

Number of items to skip for pagination (0-based)

Required range: 0 <= x <= 1000
Example:

0

limit
integer
default:10

Maximum number of items to return per page

Required range: 1 <= x <= 100
Example:

25

slug
string

Filter by project slug (exact match)

Example:

"mobile-app"

Response

List of projects retrieved successfully

id
string

Unique project identifier

name
string

Project name

slug
string

Project slug