Proyectos

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

API endpoint:

GET
https://seo.poscali.cl/api/v1/projects

Request example:

curl --location --request GET 'https://seo.poscali.cl/api/v1/projects' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parameter
Type
Descripción
search
opcional string
The search query.
search_by
opcional string
Buscar por. Possible values are: project for Nombre. Defaults to: project.
sort_by
opcional string
Ordenar por. Possible values are: created_at for Date created, project for Nombre. Defaults to: created_at.
sort
opcional string
Ordenar. Possible values are: desc for Descendente, asc for Ascendente. Defaults to: desc.
per_page
opcional int
Resultados por página. Possible values are: 10, 25, 50, 100. Defaults to: 10.
Eliminar

API endpoint:

DELETE
https://seo.poscali.cl/api/v1/projects/{project}

Request example:

curl --location --request DELETE 'https://seo.poscali.cl/api/v1/projects/{project}' \
--header 'Authorization: Bearer {api_key}'