Create Auth URL
POST
/integrations/google-auth/{companyId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/integrations/google-auth/{{companyId}}' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Google Vinicius"
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
{{companyId}}
Parâmetros Header
Authorization
string
requerido
Exemplo:
{{apiKey}}
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-04-24 20:06:01