Skip to content

Get Service Inventory

GET /api/v1/mb-api/service-inventory

Retrieve the service inventory.

Authentication

Required Headers:

Authorization: HMAC-SHA256 PUBLIC_KEY:PRIVATE_KEY
X-Origin: third-party-api.mara.boo
X-Timestamp: 2025-10-12T14:30:00.000Z
Content-Type: application/json

Request

Query Parameters:

[PROVIDE: Query parameters]

Response

Success Response (200):

json
[PROVIDE: Response payload]

Example

bash
curl -X GET "https://sandbox-gateway.mara.boo/api/v1/mb-api/service-inventory" \
  -H "Authorization: HMAC-SHA256 YOUR_PUBLIC_KEY:YOUR_PRIVATE_KEY" \
  -H "X-Origin: third-party-api.mara.boo" \
  -H "X-Timestamp: 2025-10-12T14:30:00.000Z" \
  -H "Content-Type: application/json"

Error Responses

Status CodeDescription
400Bad Request - Invalid parameters
401Unauthorized - Invalid authentication
403Forbidden - Missing required headers
500Internal Server Error