Skip to main content
GET
Get business category by ID

Authorizations

mogl_session
string
cookie
required

Session-based authentication via cookies + CSRF token

Path Parameters

id
integer
required

Business category ID

Response

200 - application/json

Business category data

id
integer
Example:

1

name
string
Example:

"Technology"

status
string
Example:

"A"

is_deleted
string
Example:

"N"

created_at
string
Example:

"2024-01-01 00:00:00"

updated_at
string
Example:

"2024-06-01 12:00:00"