Passer au contenu principal
GET
/
projects
List projects
curl --request GET \
  --url https://faces.app/api/v1/projects \
  --header 'Authorization: Bearer <token>'
{
  "projects": [
    {
      "id": "<string>",
      "slug": "<string>",
      "name": "<string>",
      "publishedAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z",
      "editorUrl": "<string>"
    }
  ],
  "nextCursor": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.faces.app/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Authorization
string
header
requis

API key with "faces_" prefix. Create one at Settings > Developers.

Paramètres de requête

published
enum<string>

Filter by published status.

Options disponibles:
true,
false
limit
number
défaut:20

Max results per page.

Plage requise: 1 <= x <= 100
cursor
string

Pagination cursor from a previous response.

Réponse

200 - application/json

Project list

projects
object[]
requis
nextCursor
string

Pass as cursor to fetch the next page.