Retrieve a Host
Get Host
GET
https://api.w3lcome.com/v1/host/:id
This endpoint allows you to get a host by its id.
Path Parameters
Name
Type
Description
id
string
ID of the host
Headers
Name
Type
Description
Content-Type
string
application/JSON
Authentication
string
Basic token
{
"id": "5d13bad4ae9c50948f6edd67a16d6936",
"email": "[email protected]",
"name": "Alisson Enz Rossi",
"isActive": true,
"pictureUrl": "",
"position": "CTO",
"sector": "IT",
"phone": "(43) 9 9982-0420",
"countryCode": "+55",
"isPhoneValid": true,
"company": "W3lcome",
"type": "host",
"message": "",
"role": "admin"
}
Last updated
Was this helpful?