Endpoint para a consulta de créditos. Retorna a quantidade de creditos disponíveis para conta do cliente
Request:
Endpoint: https://api.21mobile.com.br/v1/credits
Request Method : GET
Exemplo:
GET /v1/credits HTTP/1.1
Host: api.21mobile.com.br
Authorization: Basic Zm9vOmJhcg==
Cache-Control: no-cache
Response:
status | code | message | credits | Descrição |
---|---|---|---|---|
OK | 5 | v | v | Status da mensagem |
OK | 6 | v | N/A | Sem registro para esta consulta |
NOK | -20 | v | N/A | Erro na chamada |
Exemplo
Connection : Keep-Alive
Content-Length : 83
Content-Type : application/json
Date : Tue, 28 Mar 2017 18:31:20 GMT
Keep-Alive : timeout=5, max=100
Server : Apache/2.4.7 (Ubuntu)
Status : 200
X-Powered-By : PHP/5.5.9-1ubuntu4.21
{
"status":"OK",
"code":5,
"message":"REQUIRED_OK",
"credits":"102",
]