Retrieve a business profile
Retrieves the details of a specific business profile. See the right panel for the base URL, request sample, and response JSON.
Path parameters
Response
Status code: 200 OK
Returns the business profile object.
Retrieves the details of a specific business profile. See the right panel for the base URL, request sample, and response JSON.
| Parameter | Type | Required | Description |
|---|---|---|---|
profileId | string | Required | The ID of the business profile to retrieve. |
Status code: 200 OK
Returns the business profile object.
| Status | Description |
|---|---|
| 401 Unauthorized | Authentication required or invalid token. |
| 403 Forbidden | User not authorized to access this business profile. |
| 404 Not Found | Business profile not found. |
| 500 Internal Server Error | An error occurred while processing the request. |
