Listar todas as chaves de API
GET
https://api.cubosuite.com.br/apikeys
Descrição
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.cubosuite.com.br/apikeys?limit=10&page=1&orderColumn=start&orderDirection=asc' \
--header 'Content-Type: application/json'
Response Response Example
200 - Success
{
"meta": {
"total": 1,
"per_page": 10,
"current_page": 1,
"last_page": 1,
"first_page": 1,
"first_page_url": "/?page=1",
"last_page_url": "/?page=1",
"next_page_url": null,
"previous_page_url": null
},
"data": [
{
"id": 6,
"value": "FpfdfhdjfdfdffdJesbZceodffdbB1Cz-Po4Y-YNrSZr62z9Uo.RjRqeHdKMFJpeGxGSXBVWQ.8G_SwMMYuLnmZ1p6VQLtJFoKGp2Bf6NTFhEGDXezPa0",
"companyId": 3,
"userId": 5,
"status": "active",
"createdAt": "2025-04-11T11:44:46.000-03:00",
"updatedAt": "2025-04-11T11:44:46.000-03:00",
"title": "ApiKey"
}
]
}
Requisição
Parâmetros Query
limit
number
opcional
Exemplo:
10
page
number
opcional
Exemplo:
1
orderColumn
string
opcional
Exemplo:
start
orderDirection
string
opcional
Exemplo:
asc
Parâmetros Header
Content-Type
string
opcional
Exemplo:
application/json
Respostas
Modificado em 2025-06-16 14:14:58