Perguntas e Respostas (Q&A)
Recurso disponibilizado para interação via API entre clientes e sellers através de webhook
POST - Solicitar credenciais
https://api.skyhub.com.br/authName
Type
{
"user_email": "email_de_usuario",
"api_key": "token_de_integracao"
}curl --location --request POST 'https://api.skyhub.com.br/auth' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'X-Accountmanager-Key: token_account_da_plataforma' \
--data-raw '{
"user_email": "email_de_usuario",
"api_key": "token_de_integracao"
}'POST - Cadastro do webhook
Name
Type
Notificações
POST - Respondendo uma pergunta
Name
Type
POST - Cancelando o cadastro
Name
Type
Last updated