{{ translate('API Documentation Overview') }}

{{ translate('1. Get Account Details') }}

{{ translate('Endpoint') }}: {{ translate('GET') }} {{ route('api.account.details') }}

{{ translate('Description') }}: {{ translate('Retrieves details of the account associated with the provided API key.') }}

{{ translate('2. Get All Items') }}

{{ translate('Endpoint') }}: {{ translate('GET') }} {{ route('api.items.all') }}

{{ translate('Description') }}: {{ translate('Retrieves all items associated with the provided API key.') }}

{{ translate('3. Get An Item Details') }}

{{ translate('Endpoint') }}: {{ translate('GET') }} {{ route('api.items.item') }}

{{ translate('Description') }}: {{ translate('Retrieves details of a specific item based on the provided item ID and API key.') }}

{{ translate('4. Purchase Validation') }}

{{ translate('Endpoint') }}: {{ translate('POST') }} {{ route('api.purchases.validation') }}

{{ translate('Description') }}: {{ translate('Validate a purchase code and returns details about the purchase if valid.') }}