Skip to main content

List Projects

Retrieves a list of CDR projects.

HTTP Request

GET https://api.cdr.fyi/v1/projects

Query Parameters

Custom Headers

  • x-page: The page number (default is 1)
  • x-limit: Number of items per page (max 100, default is 10)

Example Request

Create or Update a Project

This endpoint creates a new project or updates an existing one by upserting based on the Project ID.

HTTP Request

POST https://api.cdr.fyi/v1/projects

Request Headers

  • Authorization: Bearer YOUR_ACCESS_TOKEN
  • Content-Type: application/json

Request Body Parameters

Example Request
Example Response

Error Responses

If the request is not successful, you will receive a 400 Bad Request or 401 Unauthorized response along with an error message indicating the issue.