MarminDeveloper Docs

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

ParameterTypeRequiredDescription
profileIdstring
Required
The ID of the business profile to retrieve.
Response

Status code: 200 OK

Returns the business profile object.

Error responses

StatusDescription
401 UnauthorizedAuthentication required or invalid token.
403 ForbiddenUser not authorized to access this business profile.
404 Not FoundBusiness profile not found.
500 Internal Server ErrorAn error occurred while processing the request.
Next