Retrieve Company Information
Get Company
GET
https://api.w3lcome.com/v1/company
This endpoint allows you to get your company information
Headers
Name
Type
Description
Content-Type
string
application/JSON
Authentication
string
Basic token
{
"name": "W3lcome",
"lang": "pt-BR",
"city": "Maringá",
"state": "Paraná",
"country": "Brazil",
"address": "Av. Pedro Taques, 294",
"location": "Headquarter",
"timezone": "America/Sao_Paulo",
"complement": "2º andar",
"id": "3ace5db3-8b2e-433f-b2ce-0b72852d0d89"
}
Last updated
Was this helpful?