Endpoint de API:
https://abreai.link/api/v1/spaces
Solicitar exemplo:
curl --location --request GET 'https://abreai.link/api/v1/spaces' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
search
sort
per_page
Endpoint de API:
https://abreai.link/api/v1/spaces/{id}
Solicitar exemplo:
curl --location --request GET 'https://abreai.link/api/v1/spaces/{id}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
Endpoint de API:
https://abreai.link/api/v1/spaces
Solicitar exemplo:
curl --location --request POST 'https://abreai.link/api/v1/spaces' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
name
color
Endpoint de API:
https://abreai.link/api/v1/spaces/{id}
Solicitar exemplo:
curl --location --request PUT 'https://abreai.link/api/v1/spaces/{id}' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --header 'Authorization: Bearer {api_key}' \ --data-urlencode 'url={url}'
name
color
Endpoint de API:
https://abreai.link/api/v1/spaces/{id}
Solicitar exemplo:
curl --location --request DELETE 'https://abreai.link/api/v1/spaces/{id}' \ --header 'Authorization: Bearer {api_key}'