curl --request GET \
--url https://api.snitcher.com/v1/workspaces/{workspaceUuid}/organisations/{organisationUuid} \
--header 'Authorization: Bearer <token>'
{
"success": true,
"data": {
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Pirate Inc.",
"website": "https://pirateinc.com",
"email": "john@example.org",
"phone": "+49 123 4567890",
"industry": "Piracy",
"founded": "2000",
"size": "1-10 employees",
"logo": "https://pirateinc.com/logo.png",
"address": {
"street": "Hollywood Blvd",
"street_number": "123",
"postal_code": "90028",
"address": "Hollywood Blvd 123",
"full_address": "Hollywood Blvd 123, Los Angeles, California, US",
"city": "Los Angeles",
"state": "California",
"country": "US",
"latitude": "34.0522",
"longitude": "-118.2437"
},
"first_seen": "2021-01-01T00:00:00Z",
"last_seen": "2021-01-01T00:00:00Z",
"profiles": [
{
"name": "Twitter",
"handle": "@pirateinc",
"url": "https://twitter.com/pirateinc"
}
],
"tags": [
"<string>"
],
"segments": [
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Hot leads"
}
]
}
}
curl --request GET \
--url https://api.snitcher.com/v1/workspaces/{workspaceUuid}/organisations/{organisationUuid} \
--header 'Authorization: Bearer <token>'
{
"success": true,
"data": {
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Pirate Inc.",
"website": "https://pirateinc.com",
"email": "john@example.org",
"phone": "+49 123 4567890",
"industry": "Piracy",
"founded": "2000",
"size": "1-10 employees",
"logo": "https://pirateinc.com/logo.png",
"address": {
"street": "Hollywood Blvd",
"street_number": "123",
"postal_code": "90028",
"address": "Hollywood Blvd 123",
"full_address": "Hollywood Blvd 123, Los Angeles, California, US",
"city": "Los Angeles",
"state": "California",
"country": "US",
"latitude": "34.0522",
"longitude": "-118.2437"
},
"first_seen": "2021-01-01T00:00:00Z",
"last_seen": "2021-01-01T00:00:00Z",
"profiles": [
{
"name": "Twitter",
"handle": "@pirateinc",
"url": "https://twitter.com/pirateinc"
}
],
"tags": [
"<string>"
],
"segments": [
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Hot leads"
}
]
}
}
Enter your personal access token (PAT) to authenticate
The UUID of the workspace
"550e8400-e29b-41d4-a716-446655440000"
The UUID of the organisation
"550e8400-e29b-41d4-a716-446655440000"
The organisation
The response is of type object
.