Documentação da API
This is the documentation for the available API endpoints, which are built around the REST architecture. All the API endpoints will return a JSON response with the standard HTTP response codes and need a Bearer Authentication via an API Key.
Autenticação
Todos os pontos de extremidade da API requerem uma chave de API enviada pelo método de autenticação do portador.
curl --request GET \
--url 'https://perfil.vip/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
--url 'https://perfil.vip/api/{endpoint}' \
--header 'Authorization: Bearer {api_key}' \
Todos os resultados dos endpoints da API funcionam com o fuso horário UTC, a menos que especificado de outra forma.