{
"businessProfile": {
"id": "664a1b2c3d4e5f6071829300",
"name": "Acme Retail Profile",
"brandName": "Acme Co",
"companyLegalName": "Acme Incorporated",
"verificationStatus": "verified",
"taxIdLast4": "6789",
"websiteUrl": "https://acme.com",
"contactEmail": "support@acme.com",
"addressCountry": "US",
"createdAt": "2026-05-01T12:00:00Z"
}
}
{
"error": "not_found",
"message": "Business profile not found"
}
Business Verification (v2)
Get Business Profile
Retrieve a single business profile by id.
GET
/
v2
/
business-profiles
/
{profile_id}
{
"businessProfile": {
"id": "664a1b2c3d4e5f6071829300",
"name": "Acme Retail Profile",
"brandName": "Acme Co",
"companyLegalName": "Acme Incorporated",
"verificationStatus": "verified",
"taxIdLast4": "6789",
"websiteUrl": "https://acme.com",
"contactEmail": "support@acme.com",
"addressCountry": "US",
"createdAt": "2026-05-01T12:00:00Z"
}
}
{
"error": "not_found",
"message": "Business profile not found"
}
Returns a single non-archived business profile on your account.
The response includes
Path Parameters
string
required
The id of the business profile.
Response Fields
object
The business profile object. See List Business Profiles for the full field reference.
verificationIdentityRevision (0 for an uninitialized legacy identity), businessRelationship, and verificationCanonicalName (only while verificationStatus is name_confirm_required). Read the current revision before confirming a business, accepting a suggested name, disputing it, or requesting renewal.
Examples
cURL
curl -X GET "https://api.tracklysms.com/api/v2/business-profiles/664a1b2c3d4e5f6071829300" \
-H "X-Api-Key: trk_your_api_key_here"
Python
import requests
resp = requests.get(
"https://api.tracklysms.com/api/v2/business-profiles/664a1b2c3d4e5f6071829300",
headers={"X-Api-Key": "trk_your_api_key_here"},
)
print(resp.json()["businessProfile"]["verificationStatus"])
{
"businessProfile": {
"id": "664a1b2c3d4e5f6071829300",
"name": "Acme Retail Profile",
"brandName": "Acme Co",
"companyLegalName": "Acme Incorporated",
"verificationStatus": "verified",
"taxIdLast4": "6789",
"websiteUrl": "https://acme.com",
"contactEmail": "support@acme.com",
"addressCountry": "US",
"createdAt": "2026-05-01T12:00:00Z"
}
}
{
"error": "not_found",
"message": "Business profile not found"
}
Error Codes
| HTTP Status | Error Code | Description |
|---|---|---|
| 401 | invalid_credentials | API key is missing or invalid. |
| 403 | account_suspended | Your account is suspended. Resolve outstanding billing or contact support. |
| 404 | not_found | No profile with that id exists on your account. |
Next Steps
List Business Profiles
See all profiles on your account
Create Number Request
Confirm this business on a saved number request