# Profile

Tenant profile operations

## Get tenant profile

> Retrieve tenant profile information

```json
{"openapi":"3.1.0","info":{"title":"Minit Money Enterprise API","version":"1.12.8"},"tags":[{"name":"Profile","description":"Tenant profile operations"}],"servers":[{"url":"/api/v1","description":"API v1"},{"url":"/","description":"API v0 (Legacy)"}],"security":[{"ApiKeyAuth":[]}],"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"x-api-key","description":"API key for tenant authentication"}},"schemas":{"TenantProfile":{"type":"object","properties":{"id":{"type":"string","description":"Unique identifier for the tenant"},"name":{"type":"string","description":"Tenant name"},"currencyName":{"type":"string","description":"Currency name"},"currencyCode":{"type":"string","description":"ISO 4217 currency code"},"createdAt":{"type":"string","format":"date-time","description":"Timestamp when tenant was created"},"updatedAt":{"type":"string","format":"date-time","description":"Timestamp when tenant was last updated"}}}}},"paths":{"/tenant/profile":{"get":{"tags":["Profile"],"summary":"Get tenant profile","description":"Retrieve tenant profile information","operationId":"getTenantProfile","responses":{"200":{"description":"Successfully retrieved tenant profile with currency and metadata","content":{"application/json":{"schema":{"$ref":"#/components/schemas/TenantProfile"}}}},"404":{"description":"Tenant not found"}}}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.minitmoney.enterprises/raas-api/profile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
