{{ translate('Endpoint') }}:
{{ translate('GET') }} {{ route('api.account.details') }}
{{ translate('Description') }}: {{ translate('Retrieves details of the account associated with the provided API key.') }}
{{ translate('Endpoint') }}:
{{ translate('GET') }} {{ route('api.items.all') }}
{{ translate('Description') }}: {{ translate('Retrieves all items associated with the provided API key.') }}
{{ 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('Endpoint') }}:
{{ translate('POST') }} {{ route('api.purchases.validation') }}
{{ translate('Description') }}: {{ translate('Validate a purchase code and returns details about the purchase if valid.') }}