Projets

Notes
Expert level
The API key should be sent as a Bearer token in the Authorization header of the request. Get your API key.
Liste

API endpoint:

GET
https://www.rapport-seo-gratuit.fr/api/v1/projects

Request example:

curl --location --request GET 'https://www.rapport-seo-gratuit.fr/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Paramêtre
Type
Description
search
optionel string
La requête de recherche.
search_by
optionel string
Rechercher par. Possible values are: project pour Nom. Defaults to: project.
sort_by
optionel string
Trier par. Possible values are: created_at pour Date de création, project pour Nom. Defaults to: created_at.
sort
optionel string
Trier. Possible values are: desc pour Descendant, asc pour Ascendant. Defaults to: desc.
per_page
optionel int
Resultats par page. Possible values are: 10, 25, 50, 100. Defaults to: 10.
Supprimer

API endpoint:

DELETE
https://www.rapport-seo-gratuit.fr/api/v1/projects/{project}

Request example:

curl --location --request DELETE 'https://www.rapport-seo-gratuit.fr/api/v1/projects/{project}' \
--header 'Authorization: Bearer {api_key}'