Criar nova apikey
POST
https://api.cubosuite.com.br/apikeys
Descrição
A chave gerada é única e ativa por padrão.
Campos
Campo | Tipo | Descrição |
---|---|---|
title | string | Título da chave de API. Campo obrigatório. |
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.cubosuite.com.br/apikeys' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Minha chave de API para integração"
}'
Response Response Example
{}
Requisição
Parâmetros Header
Content-Type
string
opcional
Exemplo:
application/json
Parâmetros Bodyapplication/json