Obter chave de API por ID
GET
https://api.cubosuite.com.br/apikeys/validate
Descrição
Parâmetros de rota
Campo | Tipo | Descrição |
---|---|---|
id | number | ID da Chave de API a ser consultada |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.cubosuite.com.br/apikeys/validate' \
--header 'Authorization: Bearer FpdmPFsnYKM5JesbZceobB1Cz-Po4Y-YNrSZr62z9Uo.RjRqeHdKMFJpeGxGSXBVWQ.8G_SwMMYuLnmZ1p6VQLtJFoKGp2Bf6NTFhEGDXezPa0'
Response Response Example
{
"id": 19701553,
"value": "tmyagOCfSX7W1wD0BOTdXzMKN5HDkImZe83Az-jB3c4KkQkdvGcoIySWgy61bhzaTMm6FgxguousY9r",
"companyId": 23820831,
"userId": 1818646,
"status": "active",
"createdAt": "2025-06-23T08:50:48.000-03:00",
"updatedAt": "2025-06-23T08:50:48.000-03:00",
"title": "frizzy yuck whoever phooey meh yippee"
}
Requisição
Parâmetros Header
Authorization
string
opcional
Exemplo:
Bearer FpdmPFsnYKM5JesbZceobB1Cz-Po4Y-YNrSZr62z9Uo.RjRqeHdKMFJpeGxGSXBVWQ.8G_SwMMYuLnmZ1p6VQLtJFoKGp2Bf6NTFhEGDXezPa0
Respostas
Modificado em 2025-06-16 14:30:20