Pular para o conteúdo principal
GET
cURL
curl --request GET \
  --url https://api.cloud.pepperpay.com.br/public/v1/ \
  --header 'Authorization: Bearer <token>'
{
  "message": "Api Pública"
}

Documentation Index

Fetch the complete documentation index at: https://docs.pepper.com.br/llms.txt

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

Autorizações

Authorization
string
header
obrigatório

Use o token da Pepper API no formato: Bearer {seu_token_aqui}

Resposta

200 - application/json
message
string

Retorna uma mensagem de disponibilidade da API